Html Css Color HEX #A827BB Dark Orchid

📋 copy color: '#A827BB'

red 168 ◦ green 39 ◦ blue 187

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

Shades of Dark Orchid #A827BB

Tints of Dark Orchid #A827BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 42.64%
G = 9.9%
B = 47.46%

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

#A827BB (or 0xA827BB) is known color: Dark Orchid. HEX triplet: A8, 27 and BB. RGB value is (168,39,187). Sum of RGB (Red+Green+Blue) = 168+39+187=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #A827BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827BB is #57D844. Grayscale: #5D5D5D. Windows color (decimal): -5756997 or 12265384. OLE color: 12265384.

HSL color Cylindrical-coordinate representation of color #A827BB: hue angle of 292.3º 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 #A827BB is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 39 187 -
CMYK 0.10 0.79 0 0.27
HSL 292.3º 0.65% 0.44% -
HSV(B) 292.3º 0.79% 0.73% -
XYZ 25.84 13.36 48.23 -
YUV 94.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 168 39 187 0.10 0.79 0 0.27 292.3 0.65 0.44
Hex A8 27 BB A 4F 0 1B 124 41 2C
Octal 250 47 273 12 117 0 33 444 101 54
Binary 10101000 100111 10111011 1010 1001111 0 11011 100100100 1000001 101100

Color Harmonies of #A827BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827BB

Black with #A827BB

Text Example


Text Example

White with #A827BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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