Html Css Color HEX #A427DD Dark Orchid

📋 copy color: '#A427DD'

red 164 ◦ green 39 ◦ blue 221

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

Shades of Dark Orchid #A427DD

Tints of Dark Orchid #A427DD

RGB

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

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

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

R = 38.68%
G = 9.2%
B = 52.12%

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

#A427DD (or 0xA427DD) is known color: Dark Orchid. HEX triplet: A4, 27 and DD. RGB value is (164,39,221). Sum of RGB (Red+Green+Blue) = 164+39+221=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #A427DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427DD is #5BD822. Grayscale: #606060. Windows color (decimal): -6019107 or 14493604. OLE color: 14493604.

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

Color convert

RGB 164 39 221 -
CMYK 0.26 0.82 0 0.13
HSL 281.21º 0.73% 0.51% -
HSV(B) 281.21º 0.82% 0.87% -
XYZ 29.09 14.56 69.68 -
YUV 97.12 197.91 175.7 -
System Red Green Blue C M Y K H S L
Decimal 164 39 221 0.26 0.82 0 0.13 281.21 0.73 0.51
Hex A4 27 DD 1A 52 0 D 119 49 33
Octal 244 47 335 32 122 0 15 431 111 63
Binary 10100100 100111 11011101 11010 1010010 0 1101 100011001 1001001 110011

Color Harmonies of #A427DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427DD

Black with #A427DD

Text Example


Text Example

White with #A427DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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