Html Css Color HEX #AF186D Jazzberry Jam

📋 copy color: '#AF186D'

red 175 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #AF186D

Tints of Jazzberry Jam #AF186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 56.82%
G = 7.79%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF186D (or 0xAF186D) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 6D. RGB value is (175,24,109). Sum of RGB (Red+Green+Blue) = 175+24+109=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF186D is #50E792. Grayscale: #4E4E4E. Windows color (decimal): -5302163 or 7149743. OLE color: 7149743.

HSL color Cylindrical-coordinate representation of color #AF186D: hue angle of 326.23º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF186D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 109 -
CMYK 0 0.86 0.38 0.31
HSL 326.23º 0.76% 0.39% -
HSV(B) 326.23º 0.86% 0.69% -
XYZ 20.77 10.87 15.47 -
YUV 78.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 175 24 109 0 0.86 0.38 0.31 326.23 0.76 0.39
Hex AF 18 6D 0 56 26 1F 146 4C 27
Octal 257 30 155 0 126 46 37 506 114 47
Binary 10101111 11000 1101101 0 1010110 100110 11111 101000110 1001100 100111

Color Harmonies of #AF186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF186D

Black with #AF186D

Text Example


Text Example

White with #AF186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF186D; }

 p { color: rgb(175,24,109); }

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

background-color css

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

 a { background-color: rgb(175,24,109); }

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

border-color css

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

 span { border-color: rgb(175,24,109); }

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