Html Css Color HEX #AF0363 Jazzberry Jam

📋 copy color: '#AF0363'

red 175 ◦ green 3 ◦ blue 99

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

Shades of Jazzberry Jam #AF0363

Tints of Jazzberry Jam #AF0363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 63.18%
G = 1.08%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF0363 (or 0xAF0363) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 63. RGB value is (175,3,99). Sum of RGB (Red+Green+Blue) = 175+3+99=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0363 is #50FC9C. Grayscale: #414141. Windows color (decimal): -5307549 or 6489007. OLE color: 6489007.

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

Color convert

RGB 175 3 99 -
CMYK 0 0.98 0.43 0.31
HSL 326.51º 0.97% 0.35% -
HSV(B) 326.51º 0.98% 0.69% -
XYZ 19.96 10.08 12.7 -
YUV 65.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 175 3 99 0 0.98 0.43 0.31 326.51 0.97 0.35
Hex AF 3 63 0 62 2B 1F 147 61 23
Octal 257 3 143 0 142 53 37 507 141 43
Binary 10101111 11 1100011 0 1100010 101011 11111 101000111 1100001 100011

Color Harmonies of #AF0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0363

Black with #AF0363

Text Example


Text Example

White with #AF0363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0363; }

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

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

background-color css

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

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

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

border-color css

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

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

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