Html Css Color HEX #AF004F Jazzberry Jam

📋 copy color: '#AF004F'

red 175 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #AF004F

Tints of Jazzberry Jam #AF004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 68.9%
G = 0%
B = 31.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF004F (or 0xAF004F) is known color: Jazzberry Jam. HEX triplet: AF, 00 and 4F. RGB value is (175,0,79). Sum of RGB (Red+Green+Blue) = 175+0+79=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF004F is #50FFB0. Grayscale: #3D3D3D. Windows color (decimal): -5308337 or 5177519. OLE color: 5177519.

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

Color convert

RGB 175 0 79 -
CMYK 0 1 0.55 0.31
HSL 332.91º 1% 0.34% -
HSV(B) 332.91º 1% 0.69% -
XYZ 19.09 9.68 8.26 -
YUV 61.33 137.98 209.08 -
System Red Green Blue C M Y K H S L
Decimal 175 0 79 0 1 0.55 0.31 332.91 1 0.34
Hex AF 0 4F 0 64 37 1F 14D 64 22
Octal 257 0 117 0 144 67 37 515 144 42
Binary 10101111 0 1001111 0 1100100 110111 11111 101001101 1100100 100010

Color Harmonies of #AF004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF004F

Black with #AF004F

Text Example


Text Example

White with #AF004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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