Html Css Color HEX #A427DC Dark Orchid

📋 copy color: '#A427DC'

red 164 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #A427DC

Tints of Dark Orchid #A427DC

RGB

 RED value IS 164 (64.45% from 255) = 38.77%

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 38.77%
G = 9.22%
B = 52.01%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A427DC (or 0xA427DC) is known color: Dark Orchid. HEX triplet: A4, 27 and DC. RGB value is (164,39,220). Sum of RGB (Red+Green+Blue) = 164+39+220=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #A427DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427DC is #5BD823. Grayscale: #606060. Windows color (decimal): -6019108 or 14428068. OLE color: 14428068.

HSL color Cylindrical-coordinate representation of color #A427DC: hue angle of 281.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A427DC is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 39 220 -
CMYK 0.25 0.82 0 0.14
HSL 281.44º 0.72% 0.51% -
HSV(B) 281.44º 0.82% 0.86% -
XYZ 28.95 14.51 68.99 -
YUV 97.01 197.41 175.78 -
System Red Green Blue C M Y K H S L
Decimal 164 39 220 0.25 0.82 0 0.14 281.44 0.72 0.51
Hex A4 27 DC 19 52 0 E 119 48 33
Octal 244 47 334 31 122 0 16 431 110 63
Binary 10100100 100111 11011100 11001 1010010 0 1110 100011001 1001000 110011

Color Harmonies of #A427DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427DC

Black with #A427DC

Text Example


Text Example

White with #A427DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427DC; }

 p { color: rgb(164,39,220); }

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

background-color css

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

 a { background-color: rgb(164,39,220); }

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

border-color css

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

 span { border-color: rgb(164,39,220); }

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