Html Css Color HEX #A327DE Dark Orchid

📋 copy color: '#A327DE'

red 163 ◦ green 39 ◦ blue 222

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

Shades of Dark Orchid #A327DE

Tints of Dark Orchid #A327DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 38.44%
G = 9.2%
B = 52.36%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A327DE (or 0xA327DE) is known color: Dark Orchid. HEX triplet: A3, 27 and DE. RGB value is (163,39,222). Sum of RGB (Red+Green+Blue) = 163+39+222=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #A327DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327DE is #5CD821. Grayscale: #606060. Windows color (decimal): -6084642 or 14559139. OLE color: 14559139.

HSL color Cylindrical-coordinate representation of color #A327DE: hue angle of 280.66º 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 #A327DE is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 39 222 -
CMYK 0.27 0.82 0 0.13
HSL 280.66º 0.73% 0.51% -
HSV(B) 280.66º 0.82% 0.87% -
XYZ 29.01 14.51 70.38 -
YUV 96.94 198.58 175.12 -
System Red Green Blue C M Y K H S L
Decimal 163 39 222 0.27 0.82 0 0.13 280.66 0.73 0.51
Hex A3 27 DE 1B 52 0 D 119 49 33
Octal 243 47 336 33 122 0 15 431 111 63
Binary 10100011 100111 11011110 11011 1010010 0 1101 100011001 1001001 110011

Color Harmonies of #A327DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327DE

Black with #A327DE

Text Example


Text Example

White with #A327DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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