Html Css Color HEX #A827CE Dark Orchid

📋 copy color: '#A827CE'

red 168 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #A827CE

Tints of Dark Orchid #A827CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 40.68%
G = 9.44%
B = 49.88%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A827CE (or 0xA827CE) is known color: Dark Orchid. HEX triplet: A8, 27 and CE. RGB value is (168,39,206). Sum of RGB (Red+Green+Blue) = 168+39+206=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #A827CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827CE is #57D831. Grayscale: #606060. Windows color (decimal): -5756978 or 13510568. OLE color: 13510568.

HSL color Cylindrical-coordinate representation of color #A827CE: hue angle of 286.35º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A827CE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 39 206 -
CMYK 0.18 0.81 0 0.19
HSL 286.35º 0.68% 0.48% -
HSV(B) 286.35º 0.81% 0.81% -
XYZ 28.01 14.23 59.66 -
YUV 96.61 189.74 178.92 -
System Red Green Blue C M Y K H S L
Decimal 168 39 206 0.18 0.81 0 0.19 286.35 0.68 0.48
Hex A8 27 CE 12 51 0 13 11E 44 30
Octal 250 47 316 22 121 0 23 436 104 60
Binary 10101000 100111 11001110 10010 1010001 0 10011 100011110 1000100 110000

Color Harmonies of #A827CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827CE

Black with #A827CE

Text Example


Text Example

White with #A827CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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