Html Css Color HEX #A32EB5 Dark Orchid

📋 copy color: '#A32EB5'

red 163 ◦ green 46 ◦ blue 181

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

Shades of Dark Orchid #A32EB5

Tints of Dark Orchid #A32EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.41%

R = 41.79%
G = 11.79%
B = 46.41%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A32EB5 (or 0xA32EB5) is known color: Dark Orchid. HEX triplet: A3, 2E and B5. RGB value is (163,46,181). Sum of RGB (Red+Green+Blue) = 163+46+181=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #A32EB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EB5 is #5CD14A. Grayscale: #5F5F5F. Windows color (decimal): -6082891 or 11873955. OLE color: 11873955.

HSL color Cylindrical-coordinate representation of color #A32EB5: hue angle of 292º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32EB5 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 46 181 -
CMYK 0.10 0.75 0 0.29
HSL 292º 0.59% 0.45% -
HSV(B) 292º 0.75% 0.71% -
XYZ 24.42 13.08 44.95 -
YUV 96.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 163 46 181 0.10 0.75 0 0.29 292 0.59 0.45
Hex A3 2E B5 A 4B 0 1D 124 3B 2D
Octal 243 56 265 12 113 0 35 444 73 55
Binary 10100011 101110 10110101 1010 1001011 0 11101 100100100 111011 101101

Color Harmonies of #A32EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32EB5

Black with #A32EB5

Text Example


Text Example

White with #A32EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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