Html Css Color HEX #AF194E Jazzberry Jam

📋 copy color: '#AF194E'

red 175 ◦ green 25 ◦ blue 78

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

Shades of Jazzberry Jam #AF194E

Tints of Jazzberry Jam #AF194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.06%

R = 62.95%
G = 8.99%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF194E (or 0xAF194E) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 4E. RGB value is (175,25,78). Sum of RGB (Red+Green+Blue) = 175+25+78=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF194E is #50E6B1. Grayscale: #4B4B4B. Windows color (decimal): -5301938 or 5118383. OLE color: 5118383.

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

Color convert

RGB 175 25 78 -
CMYK 0 0.86 0.55 0.31
HSL 338.8º 0.75% 0.39% -
HSV(B) 338.8º 0.86% 0.69% -
XYZ 19.4 10.36 8.18 -
YUV 75.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 175 25 78 0 0.86 0.55 0.31 338.8 0.75 0.39
Hex AF 19 4E 0 56 37 1F 153 4B 27
Octal 257 31 116 0 126 67 37 523 113 47
Binary 10101111 11001 1001110 0 1010110 110111 11111 101010011 1001011 100111

Color Harmonies of #AF194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF194E

Black with #AF194E

Text Example


Text Example

White with #AF194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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