Html Css Color HEX #AF1E5E Jazzberry Jam

📋 copy color: '#AF1E5E'

red 175 ◦ green 30 ◦ blue 94

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

Shades of Jazzberry Jam #AF1E5E

Tints of Jazzberry Jam #AF1E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

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

R = 58.53%
G = 10.03%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF1E5E (or 0xAF1E5E) is known color: Jazzberry Jam. HEX triplet: AF, 1E and 5E. RGB value is (175,30,94). Sum of RGB (Red+Green+Blue) = 175+30+94=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E5E is #50E1A1. Grayscale: #505050. Windows color (decimal): -5300642 or 6168239. OLE color: 6168239.

HSL color Cylindrical-coordinate representation of color #AF1E5E: hue angle of 333.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E5E is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 30 94 -
CMYK 0 0.83 0.46 0.31
HSL 333.52º 0.71% 0.4% -
HSV(B) 333.52º 0.83% 0.69% -
XYZ 20.16 10.85 11.62 -
YUV 80.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 175 30 94 0 0.83 0.46 0.31 333.52 0.71 0.4
Hex AF 1E 5E 0 53 2E 1F 14E 47 28
Octal 257 36 136 0 123 56 37 516 107 50
Binary 10101111 11110 1011110 0 1010011 101110 11111 101001110 1000111 101000

Color Harmonies of #AF1E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E5E

Black with #AF1E5E

Text Example


Text Example

White with #AF1E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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