Html Css Color HEX #AF0142 Jazzberry Jam

📋 copy color: '#AF0142'

red 175 ◦ green 1 ◦ blue 66

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

Shades of Jazzberry Jam #AF0142

Tints of Jazzberry Jam #AF0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 72.31%
G = 0.41%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF0142 (or 0xAF0142) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 42. RGB value is (175,1,66). Sum of RGB (Red+Green+Blue) = 175+1+66=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0142 is #50FEBD. Grayscale: #3C3C3C. Windows color (decimal): -5308094 or 4325807. OLE color: 4325807.

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

Color convert

RGB 175 1 66 -
CMYK 0 0.99 0.62 0.31
HSL 337.59º 0.99% 0.35% -
HSV(B) 337.59º 0.99% 0.69% -
XYZ 18.67 9.53 6.01 -
YUV 60.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 175 1 66 0 0.99 0.62 0.31 337.59 0.99 0.35
Hex AF 1 42 0 63 3E 1F 152 63 23
Octal 257 1 102 0 143 76 37 522 143 43
Binary 10101111 1 1000010 0 1100011 111110 11111 101010010 1100011 100011

Color Harmonies of #AF0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0142

Black with #AF0142

Text Example


Text Example

White with #AF0142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0142; }

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

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

background-color css

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

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

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

border-color css

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

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

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