Html Css Color HEX #AF006E Jazzberry Jam

📋 copy color: '#AF006E'

red 175 ◦ green 0 ◦ blue 110

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

Shades of Jazzberry Jam #AF006E

Tints of Jazzberry Jam #AF006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 61.4%
G = 0%
B = 38.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF006E (or 0xAF006E) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 6E. RGB value is (175,0,110). Sum of RGB (Red+Green+Blue) = 175+0+110=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF006E is #50FF91. Grayscale: #404040. Windows color (decimal): -5308306 or 7209135. OLE color: 7209135.

HSL color Cylindrical-coordinate representation of color #AF006E: hue angle of 322.29º 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 #AF006E is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 110 -
CMYK 0 1 0.37 0.31
HSL 322.29º 1% 0.34% -
HSV(B) 322.29º 1% 0.69% -
XYZ 20.49 10.24 15.65 -
YUV 64.87 153.48 206.56 -
System Red Green Blue C M Y K H S L
Decimal 175 0 110 0 1 0.37 0.31 322.29 1 0.34
Hex AF 0 6E 0 64 25 1F 142 64 22
Octal 257 0 156 0 144 45 37 502 144 42
Binary 10101111 0 1101110 0 1100100 100101 11111 101000010 1100100 100010

Color Harmonies of #AF006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF006E

Black with #AF006E

Text Example


Text Example

White with #AF006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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