Html Css Color HEX #A32BBA Dark Orchid

📋 copy color: '#A32BBA'

red 163 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #A32BBA

Tints of Dark Orchid #A32BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.97%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 41.58%
G = 10.97%
B = 47.45%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A32BBA (or 0xA32BBA) is known color: Dark Orchid. HEX triplet: A3, 2B and BA. RGB value is (163,43,186). Sum of RGB (Red+Green+Blue) = 163+43+186=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #A32BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BBA is #5CD445. Grayscale: #5E5E5E. Windows color (decimal): -6083654 or 12200867. OLE color: 12200867.

HSL color Cylindrical-coordinate representation of color #A32BBA: hue angle of 290.35º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32BBA is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 43 186 -
CMYK 0.12 0.77 0 0.27
HSL 290.35º 0.62% 0.45% -
HSV(B) 290.35º 0.77% 0.73% -
XYZ 24.83 13.06 47.67 -
YUV 95.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 163 43 186 0.12 0.77 0 0.27 290.35 0.62 0.45
Hex A3 2B BA C 4D 0 1B 122 3E 2D
Octal 243 53 272 14 115 0 33 442 76 55
Binary 10100011 101011 10111010 1100 1001101 0 11011 100100010 111110 101101

Color Harmonies of #A32BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32BBA

Black with #A32BBA

Text Example


Text Example

White with #A32BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32BBA; }

 p { color: rgb(163,43,186); }

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

background-color css

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

 a { background-color: rgb(163,43,186); }

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

border-color css

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

 span { border-color: rgb(163,43,186); }

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