Html Css Color HEX #A32CBE Dark Orchid

📋 copy color: '#A32CBE'

red 163 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #A32CBE

Tints of Dark Orchid #A32CBE

RGB

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

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

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

R = 41.06%
G = 11.08%
B = 47.86%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A32CBE (or 0xA32CBE) is known color: Dark Orchid. HEX triplet: A3, 2C and BE. RGB value is (163,44,190). Sum of RGB (Red+Green+Blue) = 163+44+190=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #A32CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CBE is #5CD341. Grayscale: #5F5F5F. Windows color (decimal): -6083394 or 12463267. OLE color: 12463267.

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

Color convert

RGB 163 44 190 -
CMYK 0.14 0.77 0 0.25
HSL 288.9º 0.62% 0.46% -
HSV(B) 288.9º 0.77% 0.75% -
XYZ 25.3 13.31 49.95 -
YUV 96.23 180.92 175.63 -
System Red Green Blue C M Y K H S L
Decimal 163 44 190 0.14 0.77 0 0.25 288.9 0.62 0.46
Hex A3 2C BE E 4D 0 19 121 3E 2E
Octal 243 54 276 16 115 0 31 441 76 56
Binary 10100011 101100 10111110 1110 1001101 0 11001 100100001 111110 101110

Color Harmonies of #A32CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CBE

Black with #A32CBE

Text Example


Text Example

White with #A32CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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