Html Css Color HEX #A328AB Dark Orchid

📋 copy color: '#A328AB'

red 163 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #A328AB

Tints of Dark Orchid #A328AB

RGB

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

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

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

R = 43.58%
G = 10.7%
B = 45.72%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A328AB (or 0xA328AB) is known color: Dark Orchid. HEX triplet: A3, 28 and AB. RGB value is (163,40,171). Sum of RGB (Red+Green+Blue) = 163+40+171=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #A328AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A328AB is #5CD754. Grayscale: #5B5B5B. Windows color (decimal): -6084437 or 11217059. OLE color: 11217059.

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

Color convert

RGB 163 40 171 -
CMYK 0.05 0.77 0 0.33
HSL 296.34º 0.62% 0.41% -
HSV(B) 296.34º 0.77% 0.67% -
XYZ 23.21 12.24 39.67 -
YUV 91.71 172.75 178.85 -
System Red Green Blue C M Y K H S L
Decimal 163 40 171 0.05 0.77 0 0.33 296.34 0.62 0.41
Hex A3 28 AB 5 4D 0 21 128 3E 29
Octal 243 50 253 5 115 0 41 450 76 51
Binary 10100011 101000 10101011 101 1001101 0 100001 100101000 111110 101001

Color Harmonies of #A328AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328AB

Black with #A328AB

Text Example


Text Example

White with #A328AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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