Html Css Color HEX #AF136E Jazzberry Jam

📋 copy color: '#AF136E'

red 175 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #AF136E

Tints of Jazzberry Jam #AF136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 57.57%
G = 6.25%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF136E (or 0xAF136E) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 6E. RGB value is (175,19,110). Sum of RGB (Red+Green+Blue) = 175+19+110=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF136E is #50EC91. Grayscale: #4B4B4B. Windows color (decimal): -5303442 or 7213999. OLE color: 7213999.

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

Color convert

RGB 175 19 110 -
CMYK 0 0.89 0.37 0.31
HSL 325º 0.8% 0.38% -
HSV(B) 325º 0.89% 0.69% -
XYZ 20.73 10.71 15.73 -
YUV 76.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 175 19 110 0 0.89 0.37 0.31 325 0.8 0.38
Hex AF 13 6E 0 59 25 1F 145 50 26
Octal 257 23 156 0 131 45 37 505 120 46
Binary 10101111 10011 1101110 0 1011001 100101 11111 101000101 1010000 100110

Color Harmonies of #AF136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF136E

Black with #AF136E

Text Example


Text Example

White with #AF136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF136E; }

 p { color: rgb(175,19,110); }

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

background-color css

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

 a { background-color: rgb(175,19,110); }

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

border-color css

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

 span { border-color: rgb(175,19,110); }

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