Html Css Color HEX #AF1672 Jazzberry Jam

📋 copy color: '#AF1672'

red 175 ◦ green 22 ◦ blue 114

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

Shades of Jazzberry Jam #AF1672

Tints of Jazzberry Jam #AF1672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 56.27%
G = 7.07%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF1672 (or 0xAF1672) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 72. RGB value is (175,22,114). Sum of RGB (Red+Green+Blue) = 175+22+114=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1672 is #50E98D. Grayscale: #4E4E4E. Windows color (decimal): -5302670 or 7476911. OLE color: 7476911.

HSL color Cylindrical-coordinate representation of color #AF1672: hue angle of 323.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1672 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 114 -
CMYK 0 0.87 0.35 0.31
HSL 323.92º 0.78% 0.39% -
HSV(B) 323.92º 0.87% 0.69% -
XYZ 21 10.9 16.92 -
YUV 78.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 175 22 114 0 0.87 0.35 0.31 323.92 0.78 0.39
Hex AF 16 72 0 57 23 1F 144 4E 27
Octal 257 26 162 0 127 43 37 504 116 47
Binary 10101111 10110 1110010 0 1010111 100011 11111 101000100 1001110 100111

Color Harmonies of #AF1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1672

Black with #AF1672

Text Example


Text Example

White with #AF1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1672; }

 p { color: rgb(175,22,114); }

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

background-color css

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

 a { background-color: rgb(175,22,114); }

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

border-color css

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

 span { border-color: rgb(175,22,114); }

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