Html Css Color HEX #AF0257 Jazzberry Jam

📋 copy color: '#AF0257'

red 175 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #AF0257

Tints of Jazzberry Jam #AF0257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 66.29%
G = 0.76%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF0257 (or 0xAF0257) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 57. RGB value is (175,2,87). Sum of RGB (Red+Green+Blue) = 175+2+87=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0257 is #50FDA8. Grayscale: #3F3F3F. Windows color (decimal): -5307817 or 5702319. OLE color: 5702319.

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

Color convert

RGB 175 2 87 -
CMYK 0 0.99 0.50 0.31
HSL 330.52º 0.98% 0.35% -
HSV(B) 330.52º 0.99% 0.69% -
XYZ 19.42 9.85 9.89 -
YUV 63.42 141.31 207.59 -
System Red Green Blue C M Y K H S L
Decimal 175 2 87 0 0.99 0.50 0.31 330.52 0.98 0.35
Hex AF 2 57 0 63 32 1F 14B 62 23
Octal 257 2 127 0 143 62 37 513 142 43
Binary 10101111 10 1010111 0 1100011 110010 11111 101001011 1100010 100011

Color Harmonies of #AF0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0257

Black with #AF0257

Text Example


Text Example

White with #AF0257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0257; }

 p { color: rgb(175,2,87); }

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

background-color css

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

 a { background-color: rgb(175,2,87); }

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

border-color css

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

 span { border-color: rgb(175,2,87); }

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