Html Css Color HEX #A32EBA Dark Orchid

📋 copy color: '#A32EBA'

red 163 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #A32EBA

Tints of Dark Orchid #A32EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.65%

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

R = 41.27%
G = 11.65%
B = 47.09%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A32EBA (or 0xA32EBA) is known color: Dark Orchid. HEX triplet: A3, 2E and BA. RGB value is (163,46,186). Sum of RGB (Red+Green+Blue) = 163+46+186=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A32EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EBA is #5CD145. Grayscale: #606060. Windows color (decimal): -6082886 or 12201635. OLE color: 12201635.

HSL color Cylindrical-coordinate representation of color #A32EBA: hue angle of 290.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32EBA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 46 186 -
CMYK 0.12 0.75 0 0.27
HSL 290.14º 0.6% 0.45% -
HSV(B) 290.14º 0.75% 0.73% -
XYZ 24.94 13.29 47.7 -
YUV 96.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 163 46 186 0.12 0.75 0 0.27 290.14 0.6 0.45
Hex A3 2E BA C 4B 0 1B 122 3C 2D
Octal 243 56 272 14 113 0 33 442 74 55
Binary 10100011 101110 10111010 1100 1001011 0 11011 100100010 111100 101101

Color Harmonies of #A32EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32EBA

Black with #A32EBA

Text Example


Text Example

White with #A32EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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