Html Css Color HEX #AF065A Jazzberry Jam

📋 copy color: '#AF065A'

red 175 ◦ green 6 ◦ blue 90

#AF065A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AF065A

Tints of Jazzberry Jam #AF065A

RGB

 RED value IS 175 (68.75% from 255) = 64.58%

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 64.58%
G = 2.21%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF065A (or 0xAF065A) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 5A. RGB value is (175,6,90). Sum of RGB (Red+Green+Blue) = 175+6+90=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF065A is #50F9A5. Grayscale: #414141. Windows color (decimal): -5306790 or 5899951. OLE color: 5899951.

HSL color Cylindrical-coordinate representation of color #AF065A: hue angle of 330.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF065A is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 90 -
CMYK 0 0.97 0.49 0.31
HSL 330.18º 0.93% 0.35% -
HSV(B) 330.18º 0.97% 0.69% -
XYZ 19.59 9.98 10.57 -
YUV 66.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 175 6 90 0 0.97 0.49 0.31 330.18 0.93 0.35
Hex AF 6 5A 0 61 31 1F 14A 5D 23
Octal 257 6 132 0 141 61 37 512 135 43
Binary 10101111 110 1011010 0 1100001 110001 11111 101001010 1011101 100011

Color Harmonies of #AF065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF065A

Black with #AF065A

Text Example


Text Example

White with #AF065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF065A; }

 p { color: rgb(175,6,90); }

 H1.HeaderClassName
 {
   color: #AF065A;
 }
 .AnyTagClassName
 {
   color: #AF065A;
 }
</style>

background-color css

<style>
 a { background-color: #AF065A; }

 a { background-color: rgb(175,6,90); }

 div.DivClassName
 {
   background-color: #AF065A;
 }
 .BgClassName
 {
   background-color: #AF065A;
 }
</style>

border-color css

<style>
 span { border-color: #AF065A; }

 span { border-color: rgb(175,6,90); }

 td.TdClassName
 {
   border-color: #AF065A;
 }
 .TagClassName
 {
   border-color: #AF065A;
 }
</style>