Html Css Color HEX #AF0158 Jazzberry Jam

📋 copy color: '#AF0158'

red 175 ◦ green 1 ◦ blue 88

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

Shades of Jazzberry Jam #AF0158

Tints of Jazzberry Jam #AF0158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 88 (34.77% from 255) = 33.33%

R = 66.29%
G = 0.38%
B = 33.33%

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

#AF0158 (or 0xAF0158) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 58. RGB value is (175,1,88). Sum of RGB (Red+Green+Blue) = 175+1+88=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0158 is #50FEA7. Grayscale: #3E3E3E. Windows color (decimal): -5308072 or 5767599. OLE color: 5767599.

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

Color convert

RGB 175 1 88 -
CMYK 0 0.99 0.50 0.31
HSL 330º 0.99% 0.35% -
HSV(B) 330º 0.99% 0.69% -
XYZ 19.45 9.84 10.11 -
YUV 62.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 175 1 88 0 0.99 0.50 0.31 330 0.99 0.35
Hex AF 1 58 0 63 32 1F 14A 63 23
Octal 257 1 130 0 143 62 37 512 143 43
Binary 10101111 1 1011000 0 1100011 110010 11111 101001010 1100011 100011

Color Harmonies of #AF0158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0158

Black with #AF0158

Text Example


Text Example

White with #AF0158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0158; }

 p { color: rgb(175,1,88); }

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

background-color css

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

 a { background-color: rgb(175,1,88); }

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

border-color css

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

 span { border-color: rgb(175,1,88); }

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