Html Css Color HEX #A32ADB Dark Orchid

📋 copy color: '#A32ADB'

red 163 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #A32ADB

Tints of Dark Orchid #A32ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 38.44%
G = 9.91%
B = 51.65%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A32ADB (or 0xA32ADB) is known color: Dark Orchid. HEX triplet: A3, 2A and DB. RGB value is (163,42,219). Sum of RGB (Red+Green+Blue) = 163+42+219=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #A32ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ADB is #5CD524. Grayscale: #616161. Windows color (decimal): -6083877 or 14363299. OLE color: 14363299.

HSL color Cylindrical-coordinate representation of color #A32ADB: hue angle of 281.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32ADB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 42 219 -
CMYK 0.26 0.81 0 0.14
HSL 281.02º 0.71% 0.51% -
HSV(B) 281.02º 0.81% 0.86% -
XYZ 28.72 14.56 68.31 -
YUV 98.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 163 42 219 0.26 0.81 0 0.14 281.02 0.71 0.51
Hex A3 2A DB 1A 51 0 E 119 47 33
Octal 243 52 333 32 121 0 16 431 107 63
Binary 10100011 101010 11011011 11010 1010001 0 1110 100011001 1000111 110011

Color Harmonies of #A32ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32ADB

Black with #A32ADB

Text Example


Text Example

White with #A32ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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