Html Css Color HEX #A32CE3 Dark Orchid

📋 copy color: '#A32CE3'

red 163 ◦ green 44 ◦ blue 227

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

Shades of Dark Orchid #A32CE3

Tints of Dark Orchid #A32CE3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.14%

 BLUE value IS 227 (89.06% from 255) = 52.3%

R = 37.56%
G = 10.14%
B = 52.3%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A32CE3 (or 0xA32CE3) is known color: Dark Orchid. HEX triplet: A3, 2C and E3. RGB value is (163,44,227). Sum of RGB (Red+Green+Blue) = 163+44+227=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #A32CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CE3 is #5CD31C. Grayscale: #636363. Windows color (decimal): -6083357 or 14888099. OLE color: 14888099.

HSL color Cylindrical-coordinate representation of color #A32CE3: hue angle of 279.02º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32CE3 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 44 227 -
CMYK 0.28 0.81 0 0.11
HSL 279.02º 0.77% 0.53% -
HSV(B) 279.02º 0.81% 0.89% -
XYZ 29.87 15.13 74.02 -
YUV 100.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 163 44 227 0.28 0.81 0 0.11 279.02 0.77 0.53
Hex A3 2C E3 1C 51 0 B 117 4D 35
Octal 243 54 343 34 121 0 13 427 115 65
Binary 10100011 101100 11100011 11100 1010001 0 1011 100010111 1001101 110101

Color Harmonies of #A32CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CE3

Black with #A32CE3

Text Example


Text Example

White with #A32CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CE3; }

 p { color: rgb(163,44,227); }

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

background-color css

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

 a { background-color: rgb(163,44,227); }

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

border-color css

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

 span { border-color: rgb(163,44,227); }

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