Html Css Color HEX #AF186A Jazzberry Jam

📋 copy color: '#AF186A'

red 175 ◦ green 24 ◦ blue 106

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

Shades of Jazzberry Jam #AF186A

Tints of Jazzberry Jam #AF186A

RGB

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

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

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

R = 57.38%
G = 7.87%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF186A (or 0xAF186A) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 6A. RGB value is (175,24,106). Sum of RGB (Red+Green+Blue) = 175+24+106=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF186A is #50E795. Grayscale: #4E4E4E. Windows color (decimal): -5302166 or 6953135. OLE color: 6953135.

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

Color convert

RGB 175 24 106 -
CMYK 0 0.86 0.39 0.31
HSL 327.42º 0.76% 0.39% -
HSV(B) 327.42º 0.86% 0.69% -
XYZ 20.61 10.81 14.64 -
YUV 78.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 175 24 106 0 0.86 0.39 0.31 327.42 0.76 0.39
Hex AF 18 6A 0 56 27 1F 147 4C 27
Octal 257 30 152 0 126 47 37 507 114 47
Binary 10101111 11000 1101010 0 1010110 100111 11111 101000111 1001100 100111

Color Harmonies of #AF186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF186A

Black with #AF186A

Text Example


Text Example

White with #AF186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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