Html Css Color HEX #A32DBB Dark Orchid

📋 copy color: '#A32DBB'

red 163 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #A32DBB

Tints of Dark Orchid #A32DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 41.27%
G = 11.39%
B = 47.34%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A32DBB (or 0xA32DBB) is known color: Dark Orchid. HEX triplet: A3, 2D and BB. RGB value is (163,45,187). Sum of RGB (Red+Green+Blue) = 163+45+187=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #A32DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DBB is #5CD244. Grayscale: #606060. Windows color (decimal): -6083141 or 12266915. OLE color: 12266915.

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

Color convert

RGB 163 45 187 -
CMYK 0.13 0.76 0 0.27
HSL 289.86º 0.61% 0.45% -
HSV(B) 289.86º 0.76% 0.73% -
XYZ 25.01 13.25 48.25 -
YUV 96.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 163 45 187 0.13 0.76 0 0.27 289.86 0.61 0.45
Hex A3 2D BB D 4C 0 1B 122 3D 2D
Octal 243 55 273 15 114 0 33 442 75 55
Binary 10100011 101101 10111011 1101 1001100 0 11011 100100010 111101 101101

Color Harmonies of #A32DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32DBB

Black with #A32DBB

Text Example


Text Example

White with #A32DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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