Html Css Color HEX #AF135C Jazzberry Jam

📋 copy color: '#AF135C'

red 175 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #AF135C

Tints of Jazzberry Jam #AF135C

RGB

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

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

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

R = 61.19%
G = 6.64%
B = 32.17%

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

#AF135C (or 0xAF135C) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 5C. RGB value is (175,19,92). Sum of RGB (Red+Green+Blue) = 175+19+92=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF135C is #50ECA3. Grayscale: #494949. Windows color (decimal): -5303460 or 6034351. OLE color: 6034351.

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

Color convert

RGB 175 19 92 -
CMYK 0 0.89 0.47 0.31
HSL 331.92º 0.8% 0.38% -
HSV(B) 331.92º 0.89% 0.69% -
XYZ 19.84 10.35 11.08 -
YUV 73.97 138.18 200.06 -
System Red Green Blue C M Y K H S L
Decimal 175 19 92 0 0.89 0.47 0.31 331.92 0.8 0.38
Hex AF 13 5C 0 59 2F 1F 14C 50 26
Octal 257 23 134 0 131 57 37 514 120 46
Binary 10101111 10011 1011100 0 1011001 101111 11111 101001100 1010000 100110

Color Harmonies of #AF135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF135C

Black with #AF135C

Text Example


Text Example

White with #AF135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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