Html Css Color HEX #AF0263 Jazzberry Jam

📋 copy color: '#AF0263'

red 175 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #AF0263

Tints of Jazzberry Jam #AF0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 63.41%
G = 0.72%
B = 35.87%

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

#AF0263 (or 0xAF0263) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 63. RGB value is (175,2,99). Sum of RGB (Red+Green+Blue) = 175+2+99=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0263 is #50FD9C. Grayscale: #404040. Windows color (decimal): -5307805 or 6488751. OLE color: 6488751.

HSL color Cylindrical-coordinate representation of color #AF0263: hue angle of 326.36º degrees, saturation: 0.98, 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 #AF0263 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 99 -
CMYK 0 0.99 0.43 0.31
HSL 326.36º 0.98% 0.35% -
HSV(B) 326.36º 0.99% 0.69% -
XYZ 19.95 10.06 12.69 -
YUV 64.79 147.31 206.61 -
System Red Green Blue C M Y K H S L
Decimal 175 2 99 0 0.99 0.43 0.31 326.36 0.98 0.35
Hex AF 2 63 0 63 2B 1F 146 62 23
Octal 257 2 143 0 143 53 37 506 142 43
Binary 10101111 10 1100011 0 1100011 101011 11111 101000110 1100010 100011

Color Harmonies of #AF0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0263

Black with #AF0263

Text Example


Text Example

White with #AF0263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0263; }

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

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

background-color css

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

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

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

border-color css

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

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

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