Html Css Color HEX #AF024C Jazzberry Jam

📋 copy color: '#AF024C'

red 175 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #AF024C

Tints of Jazzberry Jam #AF024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 69.17%
G = 0.79%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF024C (or 0xAF024C) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 4C. RGB value is (175,2,76). Sum of RGB (Red+Green+Blue) = 175+2+76=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF024C is #50FDB3. Grayscale: #3E3E3E. Windows color (decimal): -5307828 or 4981423. OLE color: 4981423.

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

Color convert

RGB 175 2 76 -
CMYK 0 0.99 0.57 0.31
HSL 334.34º 0.98% 0.35% -
HSV(B) 334.34º 0.99% 0.69% -
XYZ 19.01 9.68 7.7 -
YUV 62.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 175 2 76 0 0.99 0.57 0.31 334.34 0.98 0.35
Hex AF 2 4C 0 63 39 1F 14E 62 23
Octal 257 2 114 0 143 71 37 516 142 43
Binary 10101111 10 1001100 0 1100011 111001 11111 101001110 1100010 100011

Color Harmonies of #AF024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF024C

Black with #AF024C

Text Example


Text Example

White with #AF024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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