Html Css Color HEX #A32466 Jazzberry Jam

📋 copy color: '#A32466'

red 163 ◦ green 36 ◦ blue 102

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

Shades of Jazzberry Jam #A32466

Tints of Jazzberry Jam #A32466

RGB

 RED value IS 163 (64.06% from 255) = 54.15%

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 54.15%
G = 11.96%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A32466 (or 0xA32466) is known color: Jazzberry Jam. HEX triplet: A3, 24 and 66. RGB value is (163,36,102). Sum of RGB (Red+Green+Blue) = 163+36+102=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A32466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32466 is #5CDB99. Grayscale: #515151. Windows color (decimal): -6085530 or 6694051. OLE color: 6694051.

HSL color Cylindrical-coordinate representation of color #A32466: hue angle of 328.82º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32466 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 36 102 -
CMYK 0 0.78 0.37 0.36
HSL 328.82º 0.64% 0.39% -
HSV(B) 328.82º 0.78% 0.64% -
XYZ 18.13 10.01 13.55 -
YUV 81.5 139.58 186.13 -
System Red Green Blue C M Y K H S L
Decimal 163 36 102 0 0.78 0.37 0.36 328.82 0.64 0.39
Hex A3 24 66 0 4E 25 24 149 40 27
Octal 243 44 146 0 116 45 44 511 100 47
Binary 10100011 100100 1100110 0 1001110 100101 100100 101001001 1000000 100111

Color Harmonies of #A32466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32466

Black with #A32466

Text Example


Text Example

White with #A32466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32466; }

 p { color: rgb(163,36,102); }

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

background-color css

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

 a { background-color: rgb(163,36,102); }

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

border-color css

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

 span { border-color: rgb(163,36,102); }

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