Html Css Color HEX #A323AE Dark Orchid

📋 copy color: '#A323AE'

red 163 ◦ green 35 ◦ blue 174

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

Shades of Dark Orchid #A323AE

Tints of Dark Orchid #A323AE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.41%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 43.82%
G = 9.41%
B = 46.77%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A323AE (or 0xA323AE) is known color: Dark Orchid. HEX triplet: A3, 23 and AE. RGB value is (163,35,174). Sum of RGB (Red+Green+Blue) = 163+35+174=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #A323AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A323AE is #5CDC51. Grayscale: #585858. Windows color (decimal): -6085714 or 11412387. OLE color: 11412387.

HSL color Cylindrical-coordinate representation of color #A323AE: hue angle of 295.25º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A323AE is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 35 174 -
CMYK 0.06 0.80 0 0.32
HSL 295.25º 0.67% 0.41% -
HSV(B) 295.25º 0.8% 0.68% -
XYZ 23.35 12.04 41.14 -
YUV 89.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 163 35 174 0.06 0.80 0 0.32 295.25 0.67 0.41
Hex A3 23 AE 6 50 0 20 127 43 29
Octal 243 43 256 6 120 0 40 447 103 51
Binary 10100011 100011 10101110 110 1010000 0 100000 100100111 1000011 101001

Color Harmonies of #A323AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323AE

Black with #A323AE

Text Example


Text Example

White with #A323AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323AE; }

 p { color: rgb(163,35,174); }

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

background-color css

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

 a { background-color: rgb(163,35,174); }

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

border-color css

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

 span { border-color: rgb(163,35,174); }

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