Html Css Color HEX #A32CDB Dark Orchid

📋 copy color: '#A32CDB'

red 163 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #A32CDB

Tints of Dark Orchid #A32CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.33%

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

R = 38.26%
G = 10.33%
B = 51.41%

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

#A32CDB (or 0xA32CDB) is known color: Dark Orchid. HEX triplet: A3, 2C and DB. RGB value is (163,44,219). Sum of RGB (Red+Green+Blue) = 163+44+219=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #A32CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CDB is #5CD324. Grayscale: #626262. Windows color (decimal): -6083365 or 14363811. OLE color: 14363811.

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

Color convert

RGB 163 44 219 -
CMYK 0.26 0.80 0 0.14
HSL 280.8º 0.71% 0.52% -
HSV(B) 280.8º 0.8% 0.86% -
XYZ 28.79 14.7 68.34 -
YUV 99.53 195.42 173.27 -
System Red Green Blue C M Y K H S L
Decimal 163 44 219 0.26 0.80 0 0.14 280.8 0.71 0.52
Hex A3 2C DB 1A 50 0 E 119 47 34
Octal 243 54 333 32 120 0 16 431 107 64
Binary 10100011 101100 11011011 11010 1010000 0 1110 100011001 1000111 110100

Color Harmonies of #A32CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CDB

Black with #A32CDB

Text Example


Text Example

White with #A32CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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