Html Css Color HEX #A827BF Dark Orchid

📋 copy color: '#A827BF'

red 168 ◦ green 39 ◦ blue 191

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

Shades of Dark Orchid #A827BF

Tints of Dark Orchid #A827BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 42.21%
G = 9.8%
B = 47.99%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A827BF (or 0xA827BF) is known color: Dark Orchid. HEX triplet: A8, 27 and BF. RGB value is (168,39,191). Sum of RGB (Red+Green+Blue) = 168+39+191=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #A827BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827BF is #57D840. Grayscale: #5E5E5E. Windows color (decimal): -5756993 or 12527528. OLE color: 12527528.

HSL color Cylindrical-coordinate representation of color #A827BF: hue angle of 290.92º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A827BF is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 39 191 -
CMYK 0.12 0.80 0 0.25
HSL 290.92º 0.66% 0.45% -
HSV(B) 290.92º 0.8% 0.75% -
XYZ 26.28 13.54 50.52 -
YUV 94.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 168 39 191 0.12 0.80 0 0.25 290.92 0.66 0.45
Hex A8 27 BF C 50 0 19 123 42 2D
Octal 250 47 277 14 120 0 31 443 102 55
Binary 10101000 100111 10111111 1100 1010000 0 11001 100100011 1000010 101101

Color Harmonies of #A827BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827BF

Black with #A827BF

Text Example


Text Example

White with #A827BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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