Html Css Color HEX #AF175A Jazzberry Jam

📋 copy color: '#AF175A'

red 175 ◦ green 23 ◦ blue 90

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

Shades of Jazzberry Jam #AF175A

Tints of Jazzberry Jam #AF175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

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

R = 60.76%
G = 7.99%
B = 31.25%

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

#AF175A (or 0xAF175A) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 5A. RGB value is (175,23,90). Sum of RGB (Red+Green+Blue) = 175+23+90=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF175A is #50E8A5. Grayscale: #4B4B4B. Windows color (decimal): -5302438 or 5904303. OLE color: 5904303.

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

Color convert

RGB 175 23 90 -
CMYK 0 0.87 0.49 0.31
HSL 333.55º 0.77% 0.39% -
HSV(B) 333.55º 0.87% 0.69% -
XYZ 19.83 10.46 10.65 -
YUV 76.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 175 23 90 0 0.87 0.49 0.31 333.55 0.77 0.39
Hex AF 17 5A 0 57 31 1F 14E 4D 27
Octal 257 27 132 0 127 61 37 516 115 47
Binary 10101111 10111 1011010 0 1010111 110001 11111 101001110 1001101 100111

Color Harmonies of #AF175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF175A

Black with #AF175A

Text Example


Text Example

White with #AF175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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