Html Css Color HEX #A326BA Dark Orchid

📋 copy color: '#A326BA'

red 163 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #A326BA

Tints of Dark Orchid #A326BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 42.12%
G = 9.82%
B = 48.06%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A326BA (or 0xA326BA) is known color: Dark Orchid. HEX triplet: A3, 26 and BA. RGB value is (163,38,186). Sum of RGB (Red+Green+Blue) = 163+38+186=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #A326BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A326BA is #5CD945. Grayscale: #5B5B5B. Windows color (decimal): -6084934 or 12199587. OLE color: 12199587.

HSL color Cylindrical-coordinate representation of color #A326BA: hue angle of 290.68º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A326BA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 38 186 -
CMYK 0.12 0.80 0 0.27
HSL 290.68º 0.66% 0.44% -
HSV(B) 290.68º 0.8% 0.73% -
XYZ 24.66 12.72 47.61 -
YUV 92.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 163 38 186 0.12 0.80 0 0.27 290.68 0.66 0.44
Hex A3 26 BA C 50 0 1B 123 42 2C
Octal 243 46 272 14 120 0 33 443 102 54
Binary 10100011 100110 10111010 1100 1010000 0 11011 100100011 1000010 101100

Color Harmonies of #A326BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A326BA

Black with #A326BA

Text Example


Text Example

White with #A326BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A326BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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