Html Css Color HEX #AF0C63 Jazzberry Jam

📋 copy color: '#AF0C63'

red 175 ◦ green 12 ◦ blue 99

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

Shades of Jazzberry Jam #AF0C63

Tints of Jazzberry Jam #AF0C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.2%

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

R = 61.19%
G = 4.2%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF0C63 (or 0xAF0C63) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 63. RGB value is (175,12,99). Sum of RGB (Red+Green+Blue) = 175+12+99=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C63 is #50F39C. Grayscale: #464646. Windows color (decimal): -5305245 or 6491311. OLE color: 6491311.

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

Color convert

RGB 175 12 99 -
CMYK 0 0.93 0.43 0.31
HSL 327.98º 0.87% 0.37% -
HSV(B) 327.98º 0.93% 0.69% -
XYZ 20.06 10.28 12.73 -
YUV 70.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 175 12 99 0 0.93 0.43 0.31 327.98 0.87 0.37
Hex AF C 63 0 5D 2B 1F 148 57 25
Octal 257 14 143 0 135 53 37 510 127 45
Binary 10101111 1100 1100011 0 1011101 101011 11111 101001000 1010111 100101

Color Harmonies of #AF0C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C63

Black with #AF0C63

Text Example


Text Example

White with #AF0C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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