Html Css Color HEX #AF0359 Jazzberry Jam

📋 copy color: '#AF0359'

red 175 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #AF0359

Tints of Jazzberry Jam #AF0359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 65.54%
G = 1.12%
B = 33.33%

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

#AF0359 (or 0xAF0359) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 59. RGB value is (175,3,89). Sum of RGB (Red+Green+Blue) = 175+3+89=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0359 is #50FCA6. Grayscale: #404040. Windows color (decimal): -5307559 or 5833647. OLE color: 5833647.

HSL color Cylindrical-coordinate representation of color #AF0359: hue angle of 330º degrees, saturation: 0.97, 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 #AF0359 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 89 -
CMYK 0 0.98 0.49 0.31
HSL 330º 0.97% 0.35% -
HSV(B) 330º 0.98% 0.69% -
XYZ 19.51 9.9 10.33 -
YUV 64.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 175 3 89 0 0.98 0.49 0.31 330 0.97 0.35
Hex AF 3 59 0 62 31 1F 14A 61 23
Octal 257 3 131 0 142 61 37 512 141 43
Binary 10101111 11 1011001 0 1100010 110001 11111 101001010 1100001 100011

Color Harmonies of #AF0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0359

Black with #AF0359

Text Example


Text Example

White with #AF0359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0359; }

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

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

background-color css

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

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

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

border-color css

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

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

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