Html Css Color HEX #AF1475 Jazzberry Jam

📋 copy color: '#AF1475'

red 175 ◦ green 20 ◦ blue 117

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

Shades of Jazzberry Jam #AF1475

Tints of Jazzberry Jam #AF1475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 56.09%
G = 6.41%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF1475 (or 0xAF1475) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 75. RGB value is (175,20,117). Sum of RGB (Red+Green+Blue) = 175+20+117=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1475 is #50EB8A. Grayscale: #4D4D4D. Windows color (decimal): -5303179 or 7673007. OLE color: 7673007.

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

Color convert

RGB 175 20 117 -
CMYK 0 0.89 0.33 0.31
HSL 322.45º 0.79% 0.38% -
HSV(B) 322.45º 0.89% 0.69% -
XYZ 21.14 10.9 17.82 -
YUV 77.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 175 20 117 0 0.89 0.33 0.31 322.45 0.79 0.38
Hex AF 14 75 0 59 21 1F 142 4F 26
Octal 257 24 165 0 131 41 37 502 117 46
Binary 10101111 10100 1110101 0 1011001 100001 11111 101000010 1001111 100110

Color Harmonies of #AF1475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1475

Black with #AF1475

Text Example


Text Example

White with #AF1475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1475; }

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

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

background-color css

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

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

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

border-color css

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

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

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