Html Css Color HEX #AF185A Jazzberry Jam

📋 copy color: '#AF185A'

red 175 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #AF185A

Tints of Jazzberry Jam #AF185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

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

R = 60.55%
G = 8.3%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF185A (or 0xAF185A) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 5A. RGB value is (175,24,90). Sum of RGB (Red+Green+Blue) = 175+24+90=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF185A is #50E7A5. Grayscale: #4C4C4C. Windows color (decimal): -5302182 or 5904559. OLE color: 5904559.

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

Color convert

RGB 175 24 90 -
CMYK 0 0.86 0.49 0.31
HSL 333.77º 0.76% 0.39% -
HSV(B) 333.77º 0.86% 0.69% -
XYZ 19.85 10.51 10.65 -
YUV 76.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 175 24 90 0 0.86 0.49 0.31 333.77 0.76 0.39
Hex AF 18 5A 0 56 31 1F 14E 4C 27
Octal 257 30 132 0 126 61 37 516 114 47
Binary 10101111 11000 1011010 0 1010110 110001 11111 101001110 1001100 100111

Color Harmonies of #AF185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF185A

Black with #AF185A

Text Example


Text Example

White with #AF185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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