Html Css Color HEX #AF1470 Jazzberry Jam

📋 copy color: '#AF1470'

red 175 ◦ green 20 ◦ blue 112

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

Shades of Jazzberry Jam #AF1470

Tints of Jazzberry Jam #AF1470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 57%
G = 6.51%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF1470 (or 0xAF1470) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 70. RGB value is (175,20,112). Sum of RGB (Red+Green+Blue) = 175+20+112=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1470 is #50EB8F. Grayscale: #4C4C4C. Windows color (decimal): -5303184 or 7345327. OLE color: 7345327.

HSL color Cylindrical-coordinate representation of color #AF1470: hue angle of 324.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1470 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 112 -
CMYK 0 0.89 0.36 0.31
HSL 324.39º 0.79% 0.38% -
HSV(B) 324.39º 0.89% 0.69% -
XYZ 20.85 10.78 16.31 -
YUV 76.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 175 20 112 0 0.89 0.36 0.31 324.39 0.79 0.38
Hex AF 14 70 0 59 24 1F 144 4F 26
Octal 257 24 160 0 131 44 37 504 117 46
Binary 10101111 10100 1110000 0 1011001 100100 11111 101000100 1001111 100110

Color Harmonies of #AF1470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1470

Black with #AF1470

Text Example


Text Example

White with #AF1470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1470; }

 p { color: rgb(175,20,112); }

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

background-color css

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

 a { background-color: rgb(175,20,112); }

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

border-color css

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

 span { border-color: rgb(175,20,112); }

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