Html Css Color HEX #AF136A Jazzberry Jam

📋 copy color: '#AF136A'

red 175 ◦ green 19 ◦ blue 106

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

Shades of Jazzberry Jam #AF136A

Tints of Jazzberry Jam #AF136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 58.33%
G = 6.33%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF136A (or 0xAF136A) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 6A. RGB value is (175,19,106). Sum of RGB (Red+Green+Blue) = 175+19+106=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF136A is #50EC95. Grayscale: #4B4B4B. Windows color (decimal): -5303446 or 6951855. OLE color: 6951855.

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

Color convert

RGB 175 19 106 -
CMYK 0 0.89 0.39 0.31
HSL 326.54º 0.8% 0.38% -
HSV(B) 326.54º 0.89% 0.69% -
XYZ 20.51 10.62 14.6 -
YUV 75.56 145.18 198.93 -
System Red Green Blue C M Y K H S L
Decimal 175 19 106 0 0.89 0.39 0.31 326.54 0.8 0.38
Hex AF 13 6A 0 59 27 1F 147 50 26
Octal 257 23 152 0 131 47 37 507 120 46
Binary 10101111 10011 1101010 0 1011001 100111 11111 101000111 1010000 100110

Color Harmonies of #AF136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF136A

Black with #AF136A

Text Example


Text Example

White with #AF136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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