Html Css Color HEX #A32BDB Dark Orchid

📋 copy color: '#A32BDB'

red 163 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #A32BDB

Tints of Dark Orchid #A32BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.12%

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

R = 38.35%
G = 10.12%
B = 51.53%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A32BDB (or 0xA32BDB) is known color: Dark Orchid. HEX triplet: A3, 2B and DB. RGB value is (163,43,219). Sum of RGB (Red+Green+Blue) = 163+43+219=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #A32BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BDB is #5CD424. Grayscale: #626262. Windows color (decimal): -6083621 or 14363555. OLE color: 14363555.

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

Color convert

RGB 163 43 219 -
CMYK 0.26 0.80 0 0.14
HSL 280.91º 0.71% 0.51% -
HSV(B) 280.91º 0.8% 0.86% -
XYZ 28.75 14.63 68.33 -
YUV 98.94 195.76 173.69 -
System Red Green Blue C M Y K H S L
Decimal 163 43 219 0.26 0.80 0 0.14 280.91 0.71 0.51
Hex A3 2B DB 1A 50 0 E 119 47 33
Octal 243 53 333 32 120 0 16 431 107 63
Binary 10100011 101011 11011011 11010 1010000 0 1110 100011001 1000111 110011

Color Harmonies of #A32BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32BDB

Black with #A32BDB

Text Example


Text Example

White with #A32BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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