Html Css Color HEX #AF166E Jazzberry Jam

📋 copy color: '#AF166E'

red 175 ◦ green 22 ◦ blue 110

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

Shades of Jazzberry Jam #AF166E

Tints of Jazzberry Jam #AF166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 57%
G = 7.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF166E (or 0xAF166E) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 6E. RGB value is (175,22,110). Sum of RGB (Red+Green+Blue) = 175+22+110=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF166E is #50E991. Grayscale: #4D4D4D. Windows color (decimal): -5302674 or 7214767. OLE color: 7214767.

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

Color convert

RGB 175 22 110 -
CMYK 0 0.87 0.37 0.31
HSL 325.49º 0.78% 0.39% -
HSV(B) 325.49º 0.87% 0.69% -
XYZ 20.78 10.81 15.74 -
YUV 77.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 175 22 110 0 0.87 0.37 0.31 325.49 0.78 0.39
Hex AF 16 6E 0 57 25 1F 145 4E 27
Octal 257 26 156 0 127 45 37 505 116 47
Binary 10101111 10110 1101110 0 1010111 100101 11111 101000101 1001110 100111

Color Harmonies of #AF166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF166E

Black with #AF166E

Text Example


Text Example

White with #AF166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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