Html Css Color HEX #A326DE Dark Orchid

📋 copy color: '#A326DE'

red 163 ◦ green 38 ◦ blue 222

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

Shades of Dark Orchid #A326DE

Tints of Dark Orchid #A326DE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.98%

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 38.53%
G = 8.98%
B = 52.48%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A326DE (or 0xA326DE) is known color: Dark Orchid. HEX triplet: A3, 26 and DE. RGB value is (163,38,222). Sum of RGB (Red+Green+Blue) = 163+38+222=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #A326DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326DE is #5CD921. Grayscale: #5F5F5F. Windows color (decimal): -6084898 or 14558883. OLE color: 14558883.

HSL color Cylindrical-coordinate representation of color #A326DE: hue angle of 280.76º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A326DE is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 38 222 -
CMYK 0.27 0.83 0 0.13
HSL 280.76º 0.74% 0.51% -
HSV(B) 280.76º 0.83% 0.87% -
XYZ 28.98 14.45 70.37 -
YUV 96.35 198.91 175.54 -
System Red Green Blue C M Y K H S L
Decimal 163 38 222 0.27 0.83 0 0.13 280.76 0.74 0.51
Hex A3 26 DE 1B 53 0 D 119 4A 33
Octal 243 46 336 33 123 0 15 431 112 63
Binary 10100011 100110 11011110 11011 1010011 0 1101 100011001 1001010 110011

Color Harmonies of #A326DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A326DE

Black with #A326DE

Text Example


Text Example

White with #A326DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A326DE; }

 p { color: rgb(163,38,222); }

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

background-color css

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

 a { background-color: rgb(163,38,222); }

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

border-color css

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

 span { border-color: rgb(163,38,222); }

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