Html Css Color HEX #A827DE Dark Orchid

📋 copy color: '#A827DE'

red 168 ◦ green 39 ◦ blue 222

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

Shades of Dark Orchid #A827DE

Tints of Dark Orchid #A827DE

RGB

 RED value IS 168 (66.02% from 255) = 39.16%

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

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

R = 39.16%
G = 9.09%
B = 51.75%

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

#A827DE (or 0xA827DE) is known color: Dark Orchid. HEX triplet: A8, 27 and DE. RGB value is (168,39,222). Sum of RGB (Red+Green+Blue) = 168+39+222=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #A827DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827DE is #57D821. Grayscale: #616161. Windows color (decimal): -5756962 or 14559144. OLE color: 14559144.

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

Color convert

RGB 168 39 222 -
CMYK 0.24 0.82 0 0.13
HSL 282.3º 0.73% 0.51% -
HSV(B) 282.3º 0.82% 0.87% -
XYZ 30.06 15.05 70.43 -
YUV 98.43 197.74 177.62 -
System Red Green Blue C M Y K H S L
Decimal 168 39 222 0.24 0.82 0 0.13 282.3 0.73 0.51
Hex A8 27 DE 18 52 0 D 11A 49 33
Octal 250 47 336 30 122 0 15 432 111 63
Binary 10101000 100111 11011110 11000 1010010 0 1101 100011010 1001001 110011

Color Harmonies of #A827DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827DE

Black with #A827DE

Text Example


Text Example

White with #A827DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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