Html Css Color HEX #A32DCF Dark Orchid

📋 copy color: '#A32DCF'

red 163 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #A32DCF

Tints of Dark Orchid #A32DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 39.28%
G = 10.84%
B = 49.88%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A32DCF (or 0xA32DCF) is known color: Dark Orchid. HEX triplet: A3, 2D and CF. RGB value is (163,45,207). Sum of RGB (Red+Green+Blue) = 163+45+207=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A32DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DCF is #5CD230. Grayscale: #626262. Windows color (decimal): -6083121 or 13577635. OLE color: 13577635.

HSL color Cylindrical-coordinate representation of color #A32DCF: hue angle of 283.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32DCF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 45 207 -
CMYK 0.21 0.78 0 0.19
HSL 283.7º 0.64% 0.49% -
HSV(B) 283.7º 0.78% 0.81% -
XYZ 27.31 14.17 60.33 -
YUV 98.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 163 45 207 0.21 0.78 0 0.19 283.7 0.64 0.49
Hex A3 2D CF 15 4E 0 13 11C 40 31
Octal 243 55 317 25 116 0 23 434 100 61
Binary 10100011 101101 11001111 10101 1001110 0 10011 100011100 1000000 110001

Color Harmonies of #A32DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32DCF

Black with #A32DCF

Text Example


Text Example

White with #A32DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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