Html Css Color HEX #AF0A6E Jazzberry Jam

📋 copy color: '#AF0A6E'

red 175 ◦ green 10 ◦ blue 110

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

Shades of Jazzberry Jam #AF0A6E

Tints of Jazzberry Jam #AF0A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.39%

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

R = 59.32%
G = 3.39%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF0A6E (or 0xAF0A6E) is known color: Jazzberry Jam. HEX triplet: AF, 0A and 6E. RGB value is (175,10,110). Sum of RGB (Red+Green+Blue) = 175+10+110=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0A6E is #50F591. Grayscale: #464646. Windows color (decimal): -5305746 or 7211695. OLE color: 7211695.

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

Color convert

RGB 175 10 110 -
CMYK 0 0.94 0.37 0.31
HSL 323.64º 0.89% 0.36% -
HSV(B) 323.64º 0.94% 0.69% -
XYZ 20.6 10.46 15.68 -
YUV 70.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 175 10 110 0 0.94 0.37 0.31 323.64 0.89 0.36
Hex AF A 6E 0 5E 25 1F 144 59 24
Octal 257 12 156 0 136 45 37 504 131 44
Binary 10101111 1010 1101110 0 1011110 100101 11111 101000100 1011001 100100

Color Harmonies of #AF0A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A6E

Black with #AF0A6E

Text Example


Text Example

White with #AF0A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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