Html Css Color HEX #AF165A Jazzberry Jam

📋 copy color: '#AF165A'

red 175 ◦ green 22 ◦ blue 90

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

Shades of Jazzberry Jam #AF165A

Tints of Jazzberry Jam #AF165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 60.98%
G = 7.67%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF165A (or 0xAF165A) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 5A. RGB value is (175,22,90). Sum of RGB (Red+Green+Blue) = 175+22+90=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF165A is #50E9A5. Grayscale: #4B4B4B. Windows color (decimal): -5302694 or 5904047. OLE color: 5904047.

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

Color convert

RGB 175 22 90 -
CMYK 0 0.87 0.49 0.31
HSL 333.33º 0.78% 0.39% -
HSV(B) 333.33º 0.87% 0.69% -
XYZ 19.81 10.43 10.64 -
YUV 75.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 175 22 90 0 0.87 0.49 0.31 333.33 0.78 0.39
Hex AF 16 5A 0 57 31 1F 14D 4E 27
Octal 257 26 132 0 127 61 37 515 116 47
Binary 10101111 10110 1011010 0 1010111 110001 11111 101001101 1001110 100111

Color Harmonies of #AF165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF165A

Black with #AF165A

Text Example


Text Example

White with #AF165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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