Html Css Color HEX #AF0163 Jazzberry Jam

📋 copy color: '#AF0163'

red 175 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #AF0163

Tints of Jazzberry Jam #AF0163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 63.64%
G = 0.36%
B = 36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF0163 (or 0xAF0163) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 63. RGB value is (175,1,99). Sum of RGB (Red+Green+Blue) = 175+1+99=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0163 is #50FE9C. Grayscale: #3F3F3F. Windows color (decimal): -5308061 or 6488495. OLE color: 6488495.

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

Color convert

RGB 175 1 99 -
CMYK 0 0.99 0.43 0.31
HSL 326.21º 0.99% 0.35% -
HSV(B) 326.21º 0.99% 0.69% -
XYZ 19.94 10.04 12.69 -
YUV 64.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 175 1 99 0 0.99 0.43 0.31 326.21 0.99 0.35
Hex AF 1 63 0 63 2B 1F 146 63 23
Octal 257 1 143 0 143 53 37 506 143 43
Binary 10101111 1 1100011 0 1100011 101011 11111 101000110 1100011 100011

Color Harmonies of #AF0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0163

Black with #AF0163

Text Example


Text Example

White with #AF0163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0163; }

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

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

background-color css

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

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

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

border-color css

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

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

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