Html Css Color HEX #AF006A Jazzberry Jam

📋 copy color: '#AF006A'

red 175 ◦ green 0 ◦ blue 106

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

Shades of Jazzberry Jam #AF006A

Tints of Jazzberry Jam #AF006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 62.28%
G = 0%
B = 37.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF006A (or 0xAF006A) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 6A. RGB value is (175,0,106). Sum of RGB (Red+Green+Blue) = 175+0+106=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF006A is #50FF95. Grayscale: #404040. Windows color (decimal): -5308310 or 6946991. OLE color: 6946991.

HSL color Cylindrical-coordinate representation of color #AF006A: hue angle of 323.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF006A is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 106 -
CMYK 0 1 0.39 0.31
HSL 323.66º 1% 0.34% -
HSV(B) 323.66º 1% 0.69% -
XYZ 20.28 10.15 14.53 -
YUV 64.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 175 0 106 0 1 0.39 0.31 323.66 1 0.34
Hex AF 0 6A 0 64 27 1F 144 64 22
Octal 257 0 152 0 144 47 37 504 144 42
Binary 10101111 0 1101010 0 1100100 100111 11111 101000100 1100100 100010

Color Harmonies of #AF006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF006A

Black with #AF006A

Text Example


Text Example

White with #AF006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF006A; }

 p { color: rgb(175,0,106); }

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

background-color css

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

 a { background-color: rgb(175,0,106); }

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

border-color css

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

 span { border-color: rgb(175,0,106); }

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