Html Css Color HEX #AF0154 Jazzberry Jam

📋 copy color: '#AF0154'

red 175 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #AF0154

Tints of Jazzberry Jam #AF0154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.31%

R = 67.31%
G = 0.38%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF0154 (or 0xAF0154) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 54. RGB value is (175,1,84). Sum of RGB (Red+Green+Blue) = 175+1+84=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0154 is #50FEAB. Grayscale: #3E3E3E. Windows color (decimal): -5308076 or 5505455. OLE color: 5505455.

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

Color convert

RGB 175 1 84 -
CMYK 0 0.99 0.52 0.31
HSL 331.38º 0.99% 0.35% -
HSV(B) 331.38º 0.99% 0.69% -
XYZ 19.29 9.78 9.26 -
YUV 62.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 175 1 84 0 0.99 0.52 0.31 331.38 0.99 0.35
Hex AF 1 54 0 63 34 1F 14B 63 23
Octal 257 1 124 0 143 64 37 513 143 43
Binary 10101111 1 1010100 0 1100011 110100 11111 101001011 1100011 100011

Color Harmonies of #AF0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0154

Black with #AF0154

Text Example


Text Example

White with #AF0154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0154; }

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

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

background-color css

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

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

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

border-color css

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

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

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