Html Css Color HEX #A32EB0 Dark Orchid

📋 copy color: '#A32EB0'

red 163 ◦ green 46 ◦ blue 176

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

Shades of Dark Orchid #A32EB0

Tints of Dark Orchid #A32EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 42.34%
G = 11.95%
B = 45.71%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A32EB0 (or 0xA32EB0) is known color: Dark Orchid. HEX triplet: A3, 2E and B0. RGB value is (163,46,176). Sum of RGB (Red+Green+Blue) = 163+46+176=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #A32EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32EB0 is #5CD14F. Grayscale: #5F5F5F. Windows color (decimal): -6082896 or 11546275. OLE color: 11546275.

HSL color Cylindrical-coordinate representation of color #A32EB0: hue angle of 294º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32EB0 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 46 176 -
CMYK 0.07 0.74 0 0.31
HSL 294º 0.59% 0.44% -
HSV(B) 294º 0.74% 0.69% -
XYZ 23.92 12.88 42.3 -
YUV 95.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 163 46 176 0.07 0.74 0 0.31 294 0.59 0.44
Hex A3 2E B0 7 4A 0 1F 126 3B 2C
Octal 243 56 260 7 112 0 37 446 73 54
Binary 10100011 101110 10110000 111 1001010 0 11111 100100110 111011 101100

Color Harmonies of #A32EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32EB0

Black with #A32EB0

Text Example


Text Example

White with #A32EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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