Html Css Color HEX #AF0463 Jazzberry Jam

📋 copy color: '#AF0463'

red 175 ◦ green 4 ◦ blue 99

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

Shades of Jazzberry Jam #AF0463

Tints of Jazzberry Jam #AF0463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 62.95%
G = 1.44%
B = 35.61%

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

#AF0463 (or 0xAF0463) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 63. RGB value is (175,4,99). Sum of RGB (Red+Green+Blue) = 175+4+99=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0463 is #50FB9C. Grayscale: #414141. Windows color (decimal): -5307293 or 6489263. OLE color: 6489263.

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

Color convert

RGB 175 4 99 -
CMYK 0 0.98 0.43 0.31
HSL 326.67º 0.96% 0.35% -
HSV(B) 326.67º 0.98% 0.69% -
XYZ 19.97 10.1 12.7 -
YUV 65.96 146.65 205.78 -
System Red Green Blue C M Y K H S L
Decimal 175 4 99 0 0.98 0.43 0.31 326.67 0.96 0.35
Hex AF 4 63 0 62 2B 1F 147 60 23
Octal 257 4 143 0 142 53 37 507 140 43
Binary 10101111 100 1100011 0 1100010 101011 11111 101000111 1100000 100011

Color Harmonies of #AF0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0463

Black with #AF0463

Text Example


Text Example

White with #AF0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0463; }

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

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

background-color css

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

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

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

border-color css

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

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

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