Html Css Color HEX #AF1474 Jazzberry Jam

📋 copy color: '#AF1474'

red 175 ◦ green 20 ◦ blue 116

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

Shades of Jazzberry Jam #AF1474

Tints of Jazzberry Jam #AF1474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 56.27%
G = 6.43%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF1474 (or 0xAF1474) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 74. RGB value is (175,20,116). Sum of RGB (Red+Green+Blue) = 175+20+116=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1474 is #50EB8B. Grayscale: #4D4D4D. Windows color (decimal): -5303180 or 7607471. OLE color: 7607471.

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

Color convert

RGB 175 20 116 -
CMYK 0 0.89 0.34 0.31
HSL 322.84º 0.79% 0.38% -
HSV(B) 322.84º 0.89% 0.69% -
XYZ 21.08 10.88 17.51 -
YUV 77.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 175 20 116 0 0.89 0.34 0.31 322.84 0.79 0.38
Hex AF 14 74 0 59 22 1F 143 4F 26
Octal 257 24 164 0 131 42 37 503 117 46
Binary 10101111 10100 1110100 0 1011001 100010 11111 101000011 1001111 100110

Color Harmonies of #AF1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1474

Black with #AF1474

Text Example


Text Example

White with #AF1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1474; }

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

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

background-color css

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

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

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

border-color css

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

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

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