Html Css Color HEX #A827BA Dark Orchid

📋 copy color: '#A827BA'

red 168 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #A827BA

Tints of Dark Orchid #A827BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 42.75%
G = 9.92%
B = 47.33%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A827BA (or 0xA827BA) is known color: Dark Orchid. HEX triplet: A8, 27 and BA. RGB value is (168,39,186). Sum of RGB (Red+Green+Blue) = 168+39+186=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #A827BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827BA is #57D845. Grayscale: #5D5D5D. Windows color (decimal): -5756998 or 12199848. OLE color: 12199848.

HSL color Cylindrical-coordinate representation of color #A827BA: hue angle of 292.65º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A827BA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 39 186 -
CMYK 0.10 0.79 0 0.27
HSL 292.65º 0.65% 0.44% -
HSV(B) 292.65º 0.79% 0.73% -
XYZ 25.74 13.32 47.67 -
YUV 94.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 168 39 186 0.10 0.79 0 0.27 292.65 0.65 0.44
Hex A8 27 BA A 4F 0 1B 125 41 2C
Octal 250 47 272 12 117 0 33 445 101 54
Binary 10101000 100111 10111010 1010 1001111 0 11011 100100101 1000001 101100

Color Harmonies of #A827BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827BA

Black with #A827BA

Text Example


Text Example

White with #A827BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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