Html Css Color HEX #A827DF Dark Orchid

📋 copy color: '#A827DF'

red 168 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #A827DF

Tints of Dark Orchid #A827DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 39.07%
G = 9.07%
B = 51.86%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A827DF (or 0xA827DF) is known color: Dark Orchid. HEX triplet: A8, 27 and DF. RGB value is (168,39,223). Sum of RGB (Red+Green+Blue) = 168+39+223=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #A827DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827DF is #57D820. Grayscale: #616161. Windows color (decimal): -5756961 or 14624680. OLE color: 14624680.

HSL color Cylindrical-coordinate representation of color #A827DF: hue angle of 282.07º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A827DF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 39 223 -
CMYK 0.25 0.83 0 0.13
HSL 282.07º 0.74% 0.51% -
HSV(B) 282.07º 0.83% 0.87% -
XYZ 30.19 15.1 71.14 -
YUV 98.55 198.24 177.54 -
System Red Green Blue C M Y K H S L
Decimal 168 39 223 0.25 0.83 0 0.13 282.07 0.74 0.51
Hex A8 27 DF 19 53 0 D 11A 4A 33
Octal 250 47 337 31 123 0 15 432 112 63
Binary 10101000 100111 11011111 11001 1010011 0 1101 100011010 1001010 110011

Color Harmonies of #A827DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827DF

Black with #A827DF

Text Example


Text Example

White with #A827DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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