Html Css Color HEX #AF195C Jazzberry Jam

📋 copy color: '#AF195C'

red 175 ◦ green 25 ◦ blue 92

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

Shades of Jazzberry Jam #AF195C

Tints of Jazzberry Jam #AF195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 59.93%
G = 8.56%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF195C (or 0xAF195C) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 5C. RGB value is (175,25,92). Sum of RGB (Red+Green+Blue) = 175+25+92=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF195C is #50E6A3. Grayscale: #4D4D4D. Windows color (decimal): -5301924 or 6035887. OLE color: 6035887.

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

Color convert

RGB 175 25 92 -
CMYK 0 0.86 0.47 0.31
HSL 333.2º 0.75% 0.39% -
HSV(B) 333.2º 0.86% 0.69% -
XYZ 19.96 10.58 11.12 -
YUV 77.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 175 25 92 0 0.86 0.47 0.31 333.2 0.75 0.39
Hex AF 19 5C 0 56 2F 1F 14D 4B 27
Octal 257 31 134 0 126 57 37 515 113 47
Binary 10101111 11001 1011100 0 1010110 101111 11111 101001101 1001011 100111

Color Harmonies of #AF195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF195C

Black with #AF195C

Text Example


Text Example

White with #AF195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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