Html Css Color HEX #AF014C Jazzberry Jam

📋 copy color: '#AF014C'

red 175 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #AF014C

Tints of Jazzberry Jam #AF014C

RGB

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

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

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

R = 69.44%
G = 0.4%
B = 30.16%

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

#AF014C (or 0xAF014C) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 4C. RGB value is (175,1,76). Sum of RGB (Red+Green+Blue) = 175+1+76=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF014C is #50FEB3. Grayscale: #3D3D3D. Windows color (decimal): -5308084 or 4981167. OLE color: 4981167.

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

Color convert

RGB 175 1 76 -
CMYK 0 0.99 0.57 0.31
HSL 334.14º 0.99% 0.35% -
HSV(B) 334.14º 0.99% 0.69% -
XYZ 18.99 9.66 7.7 -
YUV 61.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 175 1 76 0 0.99 0.57 0.31 334.14 0.99 0.35
Hex AF 1 4C 0 63 39 1F 14E 63 23
Octal 257 1 114 0 143 71 37 516 143 43
Binary 10101111 1 1001100 0 1100011 111001 11111 101001110 1100011 100011

Color Harmonies of #AF014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF014C

Black with #AF014C

Text Example


Text Example

White with #AF014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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