Html Css Color HEX #A32ADE Dark Orchid

📋 copy color: '#A32ADE'

red 163 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #A32ADE

Tints of Dark Orchid #A32ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.84%

 BLUE value IS 222 (87.11% from 255) = 51.99%

R = 38.17%
G = 9.84%
B = 51.99%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A32ADE (or 0xA32ADE) is known color: Dark Orchid. HEX triplet: A3, 2A and DE. RGB value is (163,42,222). Sum of RGB (Red+Green+Blue) = 163+42+222=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #A32ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ADE is #5CD521. Grayscale: #626262. Windows color (decimal): -6083874 or 14559907. OLE color: 14559907.

HSL color Cylindrical-coordinate representation of color #A32ADE: hue angle of 280.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32ADE is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 42 222 -
CMYK 0.27 0.81 0 0.13
HSL 280.33º 0.73% 0.52% -
HSV(B) 280.33º 0.81% 0.87% -
XYZ 29.12 14.72 70.41 -
YUV 98.7 197.59 173.86 -
System Red Green Blue C M Y K H S L
Decimal 163 42 222 0.27 0.81 0 0.13 280.33 0.73 0.52
Hex A3 2A DE 1B 51 0 D 118 49 34
Octal 243 52 336 33 121 0 15 430 111 64
Binary 10100011 101010 11011110 11011 1010001 0 1101 100011000 1001001 110100

Color Harmonies of #A32ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32ADE

Black with #A32ADE

Text Example


Text Example

White with #A32ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32ADE; }

 p { color: rgb(163,42,222); }

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

background-color css

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

 a { background-color: rgb(163,42,222); }

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

border-color css

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

 span { border-color: rgb(163,42,222); }

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