Html Css Color HEX #A327DF Dark Orchid

📋 copy color: '#A327DF'

red 163 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #A327DF

Tints of Dark Orchid #A327DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.18%

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

R = 38.35%
G = 9.18%
B = 52.47%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A327DF (or 0xA327DF) is known color: Dark Orchid. HEX triplet: A3, 27 and DF. RGB value is (163,39,223). Sum of RGB (Red+Green+Blue) = 163+39+223=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #A327DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327DF is #5CD820. Grayscale: #606060. Windows color (decimal): -6084641 or 14624675. OLE color: 14624675.

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

Color convert

RGB 163 39 223 -
CMYK 0.27 0.83 0 0.13
HSL 280.43º 0.74% 0.51% -
HSV(B) 280.43º 0.83% 0.87% -
XYZ 29.15 14.57 71.09 -
YUV 97.05 199.08 175.04 -
System Red Green Blue C M Y K H S L
Decimal 163 39 223 0.27 0.83 0 0.13 280.43 0.74 0.51
Hex A3 27 DF 1B 53 0 D 118 4A 33
Octal 243 47 337 33 123 0 15 430 112 63
Binary 10100011 100111 11011111 11011 1010011 0 1101 100011000 1001010 110011

Color Harmonies of #A327DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327DF

Black with #A327DF

Text Example


Text Example

White with #A327DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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