Html Css Color HEX #AF145E Jazzberry Jam

📋 copy color: '#AF145E'

red 175 ◦ green 20 ◦ blue 94

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

Shades of Jazzberry Jam #AF145E

Tints of Jazzberry Jam #AF145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.92%

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

R = 60.55%
G = 6.92%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF145E (or 0xAF145E) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 5E. RGB value is (175,20,94). Sum of RGB (Red+Green+Blue) = 175+20+94=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF145E is #50EBA1. Grayscale: #4A4A4A. Windows color (decimal): -5303202 or 6165679. OLE color: 6165679.

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

Color convert

RGB 175 20 94 -
CMYK 0 0.89 0.46 0.31
HSL 331.35º 0.79% 0.38% -
HSV(B) 331.35º 0.89% 0.69% -
XYZ 19.95 10.42 11.55 -
YUV 74.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 175 20 94 0 0.89 0.46 0.31 331.35 0.79 0.38
Hex AF 14 5E 0 59 2E 1F 14B 4F 26
Octal 257 24 136 0 131 56 37 513 117 46
Binary 10101111 10100 1011110 0 1011001 101110 11111 101001011 1001111 100110

Color Harmonies of #AF145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF145E

Black with #AF145E

Text Example


Text Example

White with #AF145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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