Html Css Color HEX #A32DDB Dark Orchid

📋 copy color: '#A32DDB'

red 163 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #A32DDB

Tints of Dark Orchid #A32DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.54%

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

R = 38.17%
G = 10.54%
B = 51.29%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A32DDB (or 0xA32DDB) is known color: Dark Orchid. HEX triplet: A3, 2D and DB. RGB value is (163,45,219). Sum of RGB (Red+Green+Blue) = 163+45+219=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #A32DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DDB is #5CD224. Grayscale: #636363. Windows color (decimal): -6083109 or 14364067. OLE color: 14364067.

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

Color convert

RGB 163 45 219 -
CMYK 0.26 0.79 0 0.14
HSL 280.69º 0.71% 0.52% -
HSV(B) 280.69º 0.79% 0.86% -
XYZ 28.83 14.78 68.35 -
YUV 100.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 163 45 219 0.26 0.79 0 0.14 280.69 0.71 0.52
Hex A3 2D DB 1A 4F 0 E 119 47 34
Octal 243 55 333 32 117 0 16 431 107 64
Binary 10100011 101101 11011011 11010 1001111 0 1110 100011001 1000111 110100

Color Harmonies of #A32DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32DDB

Black with #A32DDB

Text Example


Text Example

White with #A32DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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