Html Css Color HEX #A32BDF Dark Orchid

📋 copy color: '#A32BDF'

red 163 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #A32BDF

Tints of Dark Orchid #A32BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 38%
G = 10.02%
B = 51.98%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A32BDF (or 0xA32BDF) is known color: Dark Orchid. HEX triplet: A3, 2B and DF. RGB value is (163,43,223). Sum of RGB (Red+Green+Blue) = 163+43+223=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #A32BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BDF is #5CD420. Grayscale: #626262. Windows color (decimal): -6083617 or 14625699. OLE color: 14625699.

HSL color Cylindrical-coordinate representation of color #A32BDF: hue angle of 280º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32BDF is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 43 223 -
CMYK 0.27 0.81 0 0.13
HSL 280º 0.74% 0.52% -
HSV(B) 280º 0.81% 0.87% -
XYZ 29.29 14.84 71.13 -
YUV 99.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 163 43 223 0.27 0.81 0 0.13 280 0.74 0.52
Hex A3 2B DF 1B 51 0 D 118 4A 34
Octal 243 53 337 33 121 0 15 430 112 64
Binary 10100011 101011 11011111 11011 1010001 0 1101 100011000 1001010 110100

Color Harmonies of #A32BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32BDF

Black with #A32BDF

Text Example


Text Example

White with #A32BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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