Html Css Color HEX #AF135A Jazzberry Jam

📋 copy color: '#AF135A'

red 175 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #AF135A

Tints of Jazzberry Jam #AF135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 61.62%
G = 6.69%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF135A (or 0xAF135A) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 5A. RGB value is (175,19,90). Sum of RGB (Red+Green+Blue) = 175+19+90=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF135A is #50ECA5. Grayscale: #494949. Windows color (decimal): -5303462 or 5903279. OLE color: 5903279.

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

Color convert

RGB 175 19 90 -
CMYK 0 0.89 0.49 0.31
HSL 332.69º 0.8% 0.38% -
HSV(B) 332.69º 0.89% 0.69% -
XYZ 19.76 10.32 10.62 -
YUV 73.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 175 19 90 0 0.89 0.49 0.31 332.69 0.8 0.38
Hex AF 13 5A 0 59 31 1F 14D 50 26
Octal 257 23 132 0 131 61 37 515 120 46
Binary 10101111 10011 1011010 0 1011001 110001 11111 101001101 1010000 100110

Color Harmonies of #AF135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF135A

Black with #AF135A

Text Example


Text Example

White with #AF135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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