Html Css Color HEX #AF145D Jazzberry Jam

📋 copy color: '#AF145D'

red 175 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #AF145D

Tints of Jazzberry Jam #AF145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 60.76%
G = 6.94%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF145D (or 0xAF145D) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 5D. RGB value is (175,20,93). Sum of RGB (Red+Green+Blue) = 175+20+93=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF145D is #50EBA2. Grayscale: #4A4A4A. Windows color (decimal): -5303203 or 6100143. OLE color: 6100143.

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

Color convert

RGB 175 20 93 -
CMYK 0 0.89 0.47 0.31
HSL 331.74º 0.79% 0.38% -
HSV(B) 331.74º 0.89% 0.69% -
XYZ 19.91 10.4 11.32 -
YUV 74.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 175 20 93 0 0.89 0.47 0.31 331.74 0.79 0.38
Hex AF 14 5D 0 59 2F 1F 14C 4F 26
Octal 257 24 135 0 131 57 37 514 117 46
Binary 10101111 10100 1011101 0 1011001 101111 11111 101001100 1001111 100110

Color Harmonies of #AF145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF145D

Black with #AF145D

Text Example


Text Example

White with #AF145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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