Html Css Color HEX #AF0152 Jazzberry Jam

📋 copy color: '#AF0152'

red 175 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #AF0152

Tints of Jazzberry Jam #AF0152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.78%

R = 67.83%
G = 0.39%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF0152 (or 0xAF0152) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 52. RGB value is (175,1,82). Sum of RGB (Red+Green+Blue) = 175+1+82=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0152 is #50FEAD. Grayscale: #3E3E3E. Windows color (decimal): -5308078 or 5374383. OLE color: 5374383.

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

Color convert

RGB 175 1 82 -
CMYK 0 0.99 0.53 0.31
HSL 332.07º 0.99% 0.35% -
HSV(B) 332.07º 0.99% 0.69% -
XYZ 19.21 9.74 8.85 -
YUV 62.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 175 1 82 0 0.99 0.53 0.31 332.07 0.99 0.35
Hex AF 1 52 0 63 35 1F 14C 63 23
Octal 257 1 122 0 143 65 37 514 143 43
Binary 10101111 1 1010010 0 1100011 110101 11111 101001100 1100011 100011

Color Harmonies of #AF0152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0152

Black with #AF0152

Text Example


Text Example

White with #AF0152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0152; }

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

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

background-color css

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

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

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

border-color css

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

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

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