Html Css Color HEX #A326AB Dark Orchid

📋 copy color: '#A326AB'

red 163 ◦ green 38 ◦ blue 171

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

Shades of Dark Orchid #A326AB

Tints of Dark Orchid #A326AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 43.82%
G = 10.22%
B = 45.97%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A326AB (or 0xA326AB) is known color: Dark Orchid. HEX triplet: A3, 26 and AB. RGB value is (163,38,171). Sum of RGB (Red+Green+Blue) = 163+38+171=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #A326AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A326AB is #5CD954. Grayscale: #5A5A5A. Windows color (decimal): -6084949 or 11216547. OLE color: 11216547.

HSL color Cylindrical-coordinate representation of color #A326AB: hue angle of 296.39º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A326AB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 38 171 -
CMYK 0.05 0.78 0 0.33
HSL 296.39º 0.64% 0.41% -
HSV(B) 296.39º 0.78% 0.67% -
XYZ 23.15 12.11 39.65 -
YUV 90.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 163 38 171 0.05 0.78 0 0.33 296.39 0.64 0.41
Hex A3 26 AB 5 4E 0 21 128 40 29
Octal 243 46 253 5 116 0 41 450 100 51
Binary 10100011 100110 10101011 101 1001110 0 100001 100101000 1000000 101001

Color Harmonies of #A326AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A326AB

Black with #A326AB

Text Example


Text Example

White with #A326AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A326AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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