Html Css Color HEX #A328DB Dark Orchid

📋 copy color: '#A328DB'

red 163 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #A328DB

Tints of Dark Orchid #A328DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.48%

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

R = 38.63%
G = 9.48%
B = 51.9%

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

#A328DB (or 0xA328DB) is known color: Dark Orchid. HEX triplet: A3, 28 and DB. RGB value is (163,40,219). Sum of RGB (Red+Green+Blue) = 163+40+219=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #A328DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328DB is #5CD724. Grayscale: #606060. Windows color (decimal): -6084389 or 14362787. OLE color: 14362787.

HSL color Cylindrical-coordinate representation of color #A328DB: hue angle of 281.23º 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 #A328DB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 40 219 -
CMYK 0.26 0.82 0 0.14
HSL 281.23º 0.71% 0.51% -
HSV(B) 281.23º 0.82% 0.86% -
XYZ 28.65 14.42 68.29 -
YUV 97.18 196.75 174.95 -
System Red Green Blue C M Y K H S L
Decimal 163 40 219 0.26 0.82 0 0.14 281.23 0.71 0.51
Hex A3 28 DB 1A 52 0 E 119 47 33
Octal 243 50 333 32 122 0 16 431 107 63
Binary 10100011 101000 11011011 11010 1010010 0 1110 100011001 1000111 110011

Color Harmonies of #A328DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328DB

Black with #A328DB

Text Example


Text Example

White with #A328DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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