Html Css Color HEX #A32DB7 Dark Orchid

📋 copy color: '#A32DB7'

red 163 ◦ green 45 ◦ blue 183

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

Shades of Dark Orchid #A32DB7

Tints of Dark Orchid #A32DB7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.51%

 BLUE value IS 183 (71.88% from 255) = 46.8%

R = 41.69%
G = 11.51%
B = 46.8%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A32DB7 (or 0xA32DB7) is known color: Dark Orchid. HEX triplet: A3, 2D and B7. RGB value is (163,45,183). Sum of RGB (Red+Green+Blue) = 163+45+183=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #A32DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DB7 is #5CD248. Grayscale: #5F5F5F. Windows color (decimal): -6083145 or 12004771. OLE color: 12004771.

HSL color Cylindrical-coordinate representation of color #A32DB7: hue angle of 291.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32DB7 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 45 183 -
CMYK 0.11 0.75 0 0.28
HSL 291.3º 0.61% 0.45% -
HSV(B) 291.3º 0.75% 0.72% -
XYZ 24.59 13.08 46.03 -
YUV 96.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 163 45 183 0.11 0.75 0 0.28 291.3 0.61 0.45
Hex A3 2D B7 B 4B 0 1C 123 3D 2D
Octal 243 55 267 13 113 0 34 443 75 55
Binary 10100011 101101 10110111 1011 1001011 0 11100 100100011 111101 101101

Color Harmonies of #A32DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32DB7

Black with #A32DB7

Text Example


Text Example

White with #A32DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32DB7; }

 p { color: rgb(163,45,183); }

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

background-color css

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

 a { background-color: rgb(163,45,183); }

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

border-color css

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

 span { border-color: rgb(163,45,183); }

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