Html Css Color HEX #A32DBF Dark Orchid

📋 copy color: '#A32DBF'

red 163 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #A32DBF

Tints of Dark Orchid #A32DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.87%

R = 40.85%
G = 11.28%
B = 47.87%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A32DBF (or 0xA32DBF) is known color: Dark Orchid. HEX triplet: A3, 2D and BF. RGB value is (163,45,191). Sum of RGB (Red+Green+Blue) = 163+45+191=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #A32DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DBF is #5CD240. Grayscale: #606060. Windows color (decimal): -6083137 or 12529059. OLE color: 12529059.

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

Color convert

RGB 163 45 191 -
CMYK 0.15 0.76 0 0.25
HSL 288.49º 0.62% 0.46% -
HSV(B) 288.49º 0.76% 0.75% -
XYZ 25.45 13.42 50.54 -
YUV 96.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 163 45 191 0.15 0.76 0 0.25 288.49 0.62 0.46
Hex A3 2D BF F 4C 0 19 120 3E 2E
Octal 243 55 277 17 114 0 31 440 76 56
Binary 10100011 101101 10111111 1111 1001100 0 11001 100100000 111110 101110

Color Harmonies of #A32DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32DBF

Black with #A32DBF

Text Example


Text Example

White with #A32DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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