Html Css Color HEX #A327DD Dark Orchid

📋 copy color: '#A327DD'

red 163 ◦ green 39 ◦ blue 221

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

Shades of Dark Orchid #A327DD

Tints of Dark Orchid #A327DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 38.53%
G = 9.22%
B = 52.25%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A327DD (or 0xA327DD) is known color: Dark Orchid. HEX triplet: A3, 27 and DD. RGB value is (163,39,221). Sum of RGB (Red+Green+Blue) = 163+39+221=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #A327DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327DD is #5CD822. Grayscale: #606060. Windows color (decimal): -6084643 or 14493603. OLE color: 14493603.

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

Color convert

RGB 163 39 221 -
CMYK 0.26 0.82 0 0.13
HSL 280.88º 0.73% 0.51% -
HSV(B) 280.88º 0.82% 0.87% -
XYZ 28.88 14.46 69.68 -
YUV 96.82 198.08 175.2 -
System Red Green Blue C M Y K H S L
Decimal 163 39 221 0.26 0.82 0 0.13 280.88 0.73 0.51
Hex A3 27 DD 1A 52 0 D 119 49 33
Octal 243 47 335 32 122 0 15 431 111 63
Binary 10100011 100111 11011101 11010 1010010 0 1101 100011001 1001001 110011

Color Harmonies of #A327DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327DD

Black with #A327DD

Text Example


Text Example

White with #A327DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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