Html Css Color HEX #A727DD Dark Orchid

📋 copy color: '#A727DD'

red 167 ◦ green 39 ◦ blue 221

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

Shades of Dark Orchid #A727DD

Tints of Dark Orchid #A727DD

RGB

 RED value IS 167 (65.63% from 255) = 39.11%

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

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

R = 39.11%
G = 9.13%
B = 51.76%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A727DD (or 0xA727DD) is known color: Dark Orchid. HEX triplet: A7, 27 and DD. RGB value is (167,39,221). Sum of RGB (Red+Green+Blue) = 167+39+221=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #A727DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A727DD is #58D822. Grayscale: #616161. Windows color (decimal): -5822499 or 14493607. OLE color: 14493607.

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

Color convert

RGB 167 39 221 -
CMYK 0.24 0.82 0 0.13
HSL 282.2º 0.73% 0.51% -
HSV(B) 282.2º 0.82% 0.87% -
XYZ 29.71 14.89 69.71 -
YUV 98.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 167 39 221 0.24 0.82 0 0.13 282.2 0.73 0.51
Hex A7 27 DD 18 52 0 D 11A 49 33
Octal 247 47 335 30 122 0 15 432 111 63
Binary 10100111 100111 11011101 11000 1010010 0 1101 100011010 1001001 110011

Color Harmonies of #A727DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A727DD

Black with #A727DD

Text Example


Text Example

White with #A727DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A727DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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