Html Css Color HEX #AF0964 Jazzberry Jam

📋 copy color: '#AF0964'

red 175 ◦ green 9 ◦ blue 100

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

Shades of Jazzberry Jam #AF0964

Tints of Jazzberry Jam #AF0964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 61.62%
G = 3.17%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF0964 (or 0xAF0964) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 64. RGB value is (175,9,100). Sum of RGB (Red+Green+Blue) = 175+9+100=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0964 is #50F69B. Grayscale: #444444. Windows color (decimal): -5306012 or 6556079. OLE color: 6556079.

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

Color convert

RGB 175 9 100 -
CMYK 0 0.95 0.43 0.31
HSL 327.11º 0.9% 0.36% -
HSV(B) 327.11º 0.95% 0.69% -
XYZ 20.08 10.23 12.97 -
YUV 69.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 175 9 100 0 0.95 0.43 0.31 327.11 0.9 0.36
Hex AF 9 64 0 5F 2B 1F 147 5A 24
Octal 257 11 144 0 137 53 37 507 132 44
Binary 10101111 1001 1100100 0 1011111 101011 11111 101000111 1011010 100100

Color Harmonies of #AF0964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0964

Black with #AF0964

Text Example


Text Example

White with #AF0964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0964; }

 p { color: rgb(175,9,100); }

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

background-color css

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

 a { background-color: rgb(175,9,100); }

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

border-color css

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

 span { border-color: rgb(175,9,100); }

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