Html Css Color HEX #A82CBD Dark Orchid

📋 copy color: '#A82CBD'

red 168 ◦ green 44 ◦ blue 189

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

Shades of Dark Orchid #A82CBD

Tints of Dark Orchid #A82CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.97%

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 41.9%
G = 10.97%
B = 47.13%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A82CBD (or 0xA82CBD) is known color: Dark Orchid. HEX triplet: A8, 2C and BD. RGB value is (168,44,189). Sum of RGB (Red+Green+Blue) = 168+44+189=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #A82CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CBD is #57D342. Grayscale: #616161. Windows color (decimal): -5755715 or 12397736. OLE color: 12397736.

HSL color Cylindrical-coordinate representation of color #A82CBD: hue angle of 291.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82CBD is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 44 189 -
CMYK 0.11 0.77 0 0.26
HSL 291.31º 0.62% 0.46% -
HSV(B) 291.31º 0.77% 0.74% -
XYZ 26.23 13.8 49.43 -
YUV 97.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 168 44 189 0.11 0.77 0 0.26 291.31 0.62 0.46
Hex A8 2C BD B 4D 0 1A 123 3E 2E
Octal 250 54 275 13 115 0 32 443 76 56
Binary 10101000 101100 10111101 1011 1001101 0 11010 100100011 111110 101110

Color Harmonies of #A82CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CBD

Black with #A82CBD

Text Example


Text Example

White with #A82CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CBD; }

 p { color: rgb(168,44,189); }

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

background-color css

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

 a { background-color: rgb(168,44,189); }

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

border-color css

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

 span { border-color: rgb(168,44,189); }

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