Html Css Color HEX #A32EDE Dark Orchid

📋 copy color: '#A32EDE'

red 163 ◦ green 46 ◦ blue 222

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

Shades of Dark Orchid #A32EDE

Tints of Dark Orchid #A32EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 37.82%
G = 10.67%
B = 51.51%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A32EDE (or 0xA32EDE) is known color: Dark Orchid. HEX triplet: A3, 2E and DE. RGB value is (163,46,222). Sum of RGB (Red+Green+Blue) = 163+46+222=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #A32EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EDE is #5CD121. Grayscale: #646464. Windows color (decimal): -6082850 or 14560931. OLE color: 14560931.

HSL color Cylindrical-coordinate representation of color #A32EDE: hue angle of 279.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32EDE is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 46 222 -
CMYK 0.27 0.79 0 0.13
HSL 279.89º 0.73% 0.53% -
HSV(B) 279.89º 0.79% 0.87% -
XYZ 29.27 15.01 70.46 -
YUV 101.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 163 46 222 0.27 0.79 0 0.13 279.89 0.73 0.53
Hex A3 2E DE 1B 4F 0 D 118 49 35
Octal 243 56 336 33 117 0 15 430 111 65
Binary 10100011 101110 11011110 11011 1001111 0 1101 100011000 1001001 110101

Color Harmonies of #A32EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32EDE

Black with #A32EDE

Text Example


Text Example

White with #A32EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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