Html Css Color HEX #AF0863 Jazzberry Jam

📋 copy color: '#AF0863'

red 175 ◦ green 8 ◦ blue 99

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

Shades of Jazzberry Jam #AF0863

Tints of Jazzberry Jam #AF0863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 62.06%
G = 2.84%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF0863 (or 0xAF0863) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 63. RGB value is (175,8,99). Sum of RGB (Red+Green+Blue) = 175+8+99=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0863 is #50F79C. Grayscale: #444444. Windows color (decimal): -5306269 or 6490287. OLE color: 6490287.

HSL color Cylindrical-coordinate representation of color #AF0863: hue angle of 327.31º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0863 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 99 -
CMYK 0 0.95 0.43 0.31
HSL 327.31º 0.91% 0.36% -
HSV(B) 327.31º 0.95% 0.69% -
XYZ 20.02 10.19 12.72 -
YUV 68.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 175 8 99 0 0.95 0.43 0.31 327.31 0.91 0.36
Hex AF 8 63 0 5F 2B 1F 147 5B 24
Octal 257 10 143 0 137 53 37 507 133 44
Binary 10101111 1000 1100011 0 1011111 101011 11111 101000111 1011011 100100

Color Harmonies of #AF0863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0863

Black with #AF0863

Text Example


Text Example

White with #AF0863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0863; }

 p { color: rgb(175,8,99); }

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

background-color css

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

 a { background-color: rgb(175,8,99); }

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

border-color css

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

 span { border-color: rgb(175,8,99); }

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