Html Css Color HEX #AF004C Jazzberry Jam

📋 copy color: '#AF004C'

red 175 ◦ green 0 ◦ blue 76

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

Shades of Jazzberry Jam #AF004C

Tints of Jazzberry Jam #AF004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 69.72%
G = 0%
B = 30.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF004C (or 0xAF004C) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 4C. RGB value is (175,0,76). Sum of RGB (Red+Green+Blue) = 175+0+76=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF004C is #50FFB3. Grayscale: #3C3C3C. Windows color (decimal): -5308340 or 4980911. OLE color: 4980911.

HSL color Cylindrical-coordinate representation of color #AF004C: hue angle of 333.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF004C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 76 -
CMYK 0 1 0.57 0.31
HSL 333.94º 1% 0.34% -
HSV(B) 333.94º 1% 0.69% -
XYZ 18.98 9.64 7.7 -
YUV 60.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 175 0 76 0 1 0.57 0.31 333.94 1 0.34
Hex AF 0 4C 0 64 39 1F 14E 64 22
Octal 257 0 114 0 144 71 37 516 144 42
Binary 10101111 0 1001100 0 1100100 111001 11111 101001110 1100100 100010

Color Harmonies of #AF004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF004C

Black with #AF004C

Text Example


Text Example

White with #AF004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF004C; }

 p { color: rgb(175,0,76); }

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

background-color css

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

 a { background-color: rgb(175,0,76); }

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

border-color css

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

 span { border-color: rgb(175,0,76); }

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