Html Css Color HEX #AF165D Jazzberry Jam

📋 copy color: '#AF165D'

red 175 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #AF165D

Tints of Jazzberry Jam #AF165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 60.34%
G = 7.59%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF165D (or 0xAF165D) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 5D. RGB value is (175,22,93). Sum of RGB (Red+Green+Blue) = 175+22+93=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF165D is #50E9A2. Grayscale: #4B4B4B. Windows color (decimal): -5302691 or 6100655. OLE color: 6100655.

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

Color convert

RGB 175 22 93 -
CMYK 0 0.87 0.47 0.31
HSL 332.16º 0.78% 0.39% -
HSV(B) 332.16º 0.87% 0.69% -
XYZ 19.94 10.48 11.33 -
YUV 75.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 175 22 93 0 0.87 0.47 0.31 332.16 0.78 0.39
Hex AF 16 5D 0 57 2F 1F 14C 4E 27
Octal 257 26 135 0 127 57 37 514 116 47
Binary 10101111 10110 1011101 0 1010111 101111 11111 101001100 1001110 100111

Color Harmonies of #AF165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF165D

Black with #AF165D

Text Example


Text Example

White with #AF165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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