Html Css Color HEX #A326CE Dark Orchid

📋 copy color: '#A326CE'

red 163 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #A326CE

Tints of Dark Orchid #A326CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 40.05%
G = 9.34%
B = 50.61%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A326CE (or 0xA326CE) is known color: Dark Orchid. HEX triplet: A3, 26 and CE. RGB value is (163,38,206). Sum of RGB (Red+Green+Blue) = 163+38+206=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #A326CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326CE is #5CD931. Grayscale: #5D5D5D. Windows color (decimal): -6084914 or 13510307. OLE color: 13510307.

HSL color Cylindrical-coordinate representation of color #A326CE: hue angle of 284.64º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A326CE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 38 206 -
CMYK 0.21 0.82 0 0.19
HSL 284.64º 0.69% 0.48% -
HSV(B) 284.64º 0.82% 0.81% -
XYZ 26.94 13.63 59.6 -
YUV 94.53 190.91 176.84 -
System Red Green Blue C M Y K H S L
Decimal 163 38 206 0.21 0.82 0 0.19 284.64 0.69 0.48
Hex A3 26 CE 15 52 0 13 11D 45 30
Octal 243 46 316 25 122 0 23 435 105 60
Binary 10100011 100110 11001110 10101 1010010 0 10011 100011101 1000101 110000

Color Harmonies of #A326CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A326CE

Black with #A326CE

Text Example


Text Example

White with #A326CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A326CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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