Html Css Color HEX #A32EBE Dark Orchid

📋 copy color: '#A32EBE'

red 163 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #A32EBE

Tints of Dark Orchid #A32EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 40.85%
G = 11.53%
B = 47.62%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A32EBE (or 0xA32EBE) is known color: Dark Orchid. HEX triplet: A3, 2E and BE. RGB value is (163,46,190). Sum of RGB (Red+Green+Blue) = 163+46+190=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #A32EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EBE is #5CD141. Grayscale: #606060. Windows color (decimal): -6082882 or 12463779. OLE color: 12463779.

HSL color Cylindrical-coordinate representation of color #A32EBE: hue angle of 288.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32EBE is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 46 190 -
CMYK 0.14 0.76 0 0.25
HSL 288.75º 0.61% 0.46% -
HSV(B) 288.75º 0.76% 0.75% -
XYZ 25.38 13.46 49.98 -
YUV 97.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 163 46 190 0.14 0.76 0 0.25 288.75 0.61 0.46
Hex A3 2E BE E 4C 0 19 121 3D 2E
Octal 243 56 276 16 114 0 31 441 75 56
Binary 10100011 101110 10111110 1110 1001100 0 11001 100100001 111101 101110

Color Harmonies of #A32EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32EBE

Black with #A32EBE

Text Example


Text Example

White with #A32EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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