Html Css Color HEX #A327DB Dark Orchid

📋 copy color: '#A327DB'

red 163 ◦ green 39 ◦ blue 219

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

Shades of Dark Orchid #A327DB

Tints of Dark Orchid #A327DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.26%

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

R = 38.72%
G = 9.26%
B = 52.02%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A327DB (or 0xA327DB) is known color: Dark Orchid. HEX triplet: A3, 27 and DB. RGB value is (163,39,219). Sum of RGB (Red+Green+Blue) = 163+39+219=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #A327DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327DB is #5CD824. Grayscale: #606060. Windows color (decimal): -6084645 or 14362531. OLE color: 14362531.

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

Color convert

RGB 163 39 219 -
CMYK 0.26 0.82 0 0.14
HSL 281.33º 0.71% 0.51% -
HSV(B) 281.33º 0.82% 0.86% -
XYZ 28.62 14.35 68.28 -
YUV 96.6 197.08 175.36 -
System Red Green Blue C M Y K H S L
Decimal 163 39 219 0.26 0.82 0 0.14 281.33 0.71 0.51
Hex A3 27 DB 1A 52 0 E 119 47 33
Octal 243 47 333 32 122 0 16 431 107 63
Binary 10100011 100111 11011011 11010 1010010 0 1110 100011001 1000111 110011

Color Harmonies of #A327DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327DB

Black with #A327DB

Text Example


Text Example

White with #A327DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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