Html Css Color HEX #AF0459 Jazzberry Jam

📋 copy color: '#AF0459'

red 175 ◦ green 4 ◦ blue 89

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

Shades of Jazzberry Jam #AF0459

Tints of Jazzberry Jam #AF0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 89 (35.16% from 255) = 33.21%

R = 65.3%
G = 1.49%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF0459 (or 0xAF0459) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 59. RGB value is (175,4,89). Sum of RGB (Red+Green+Blue) = 175+4+89=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0459 is #50FBA6. Grayscale: #404040. Windows color (decimal): -5307303 or 5833903. OLE color: 5833903.

HSL color Cylindrical-coordinate representation of color #AF0459: hue angle of 330.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0459 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 89 -
CMYK 0 0.98 0.49 0.31
HSL 330.18º 0.96% 0.35% -
HSV(B) 330.18º 0.98% 0.69% -
XYZ 19.53 9.92 10.34 -
YUV 64.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 175 4 89 0 0.98 0.49 0.31 330.18 0.96 0.35
Hex AF 4 59 0 62 31 1F 14A 60 23
Octal 257 4 131 0 142 61 37 512 140 43
Binary 10101111 100 1011001 0 1100010 110001 11111 101001010 1100000 100011

Color Harmonies of #AF0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0459

Black with #AF0459

Text Example


Text Example

White with #AF0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0459; }

 p { color: rgb(175,4,89); }

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

background-color css

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

 a { background-color: rgb(175,4,89); }

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

border-color css

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

 span { border-color: rgb(175,4,89); }

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