Html Css Color HEX #AF195E Jazzberry Jam

📋 copy color: '#AF195E'

red 175 ◦ green 25 ◦ blue 94

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

Shades of Jazzberry Jam #AF195E

Tints of Jazzberry Jam #AF195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 94 (37.11% from 255) = 31.97%

R = 59.52%
G = 8.5%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF195E (or 0xAF195E) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 5E. RGB value is (175,25,94). Sum of RGB (Red+Green+Blue) = 175+25+94=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF195E is #50E6A1. Grayscale: #4D4D4D. Windows color (decimal): -5301922 or 6166959. OLE color: 6166959.

HSL color Cylindrical-coordinate representation of color #AF195E: hue angle of 332.4º degrees, saturation: 0.75, 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 #AF195E is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 94 -
CMYK 0 0.86 0.46 0.31
HSL 332.4º 0.75% 0.39% -
HSV(B) 332.4º 0.86% 0.69% -
XYZ 20.05 10.62 11.58 -
YUV 77.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 175 25 94 0 0.86 0.46 0.31 332.4 0.75 0.39
Hex AF 19 5E 0 56 2E 1F 14C 4B 27
Octal 257 31 136 0 126 56 37 514 113 47
Binary 10101111 11001 1011110 0 1010110 101110 11111 101001100 1001011 100111

Color Harmonies of #AF195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF195E

Black with #AF195E

Text Example


Text Example

White with #AF195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF195E; }

 p { color: rgb(175,25,94); }

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

background-color css

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

 a { background-color: rgb(175,25,94); }

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

border-color css

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

 span { border-color: rgb(175,25,94); }

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