Html Css Color HEX #A82ABD Dark Orchid

📋 copy color: '#A82ABD'

red 168 ◦ green 42 ◦ blue 189

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

Shades of Dark Orchid #A82ABD

Tints of Dark Orchid #A82ABD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.53%

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

R = 42.11%
G = 10.53%
B = 47.37%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A82ABD (or 0xA82ABD) is known color: Dark Orchid. HEX triplet: A8, 2A and BD. RGB value is (168,42,189). Sum of RGB (Red+Green+Blue) = 168+42+189=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #A82ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ABD is #57D542. Grayscale: #5F5F5F. Windows color (decimal): -5756227 or 12397224. OLE color: 12397224.

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

Color convert

RGB 168 42 189 -
CMYK 0.11 0.78 0 0.26
HSL 291.43º 0.64% 0.45% -
HSV(B) 291.43º 0.78% 0.74% -
XYZ 26.16 13.65 49.4 -
YUV 96.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 168 42 189 0.11 0.78 0 0.26 291.43 0.64 0.45
Hex A8 2A BD B 4E 0 1A 123 40 2D
Octal 250 52 275 13 116 0 32 443 100 55
Binary 10101000 101010 10111101 1011 1001110 0 11010 100100011 1000000 101101

Color Harmonies of #A82ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82ABD

Black with #A82ABD

Text Example


Text Example

White with #A82ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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