Html Css Color HEX #A828BB Dark Orchid

📋 copy color: '#A828BB'

red 168 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #A828BB

Tints of Dark Orchid #A828BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.13%

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

R = 42.53%
G = 10.13%
B = 47.34%

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

#A828BB (or 0xA828BB) is known color: Dark Orchid. HEX triplet: A8, 28 and BB. RGB value is (168,40,187). Sum of RGB (Red+Green+Blue) = 168+40+187=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #A828BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828BB is #57D744. Grayscale: #5E5E5E. Windows color (decimal): -5756741 or 12265640. OLE color: 12265640.

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

Color convert

RGB 168 40 187 -
CMYK 0.10 0.79 0 0.27
HSL 292.24º 0.65% 0.45% -
HSV(B) 292.24º 0.79% 0.73% -
XYZ 25.88 13.43 48.24 -
YUV 95.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 168 40 187 0.10 0.79 0 0.27 292.24 0.65 0.45
Hex A8 28 BB A 4F 0 1B 124 41 2D
Octal 250 50 273 12 117 0 33 444 101 55
Binary 10101000 101000 10111011 1010 1001111 0 11011 100100100 1000001 101101

Color Harmonies of #A828BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A828BB

Black with #A828BB

Text Example


Text Example

White with #A828BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A828BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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