Html Css Color HEX #A82ABB Dark Orchid

📋 copy color: '#A82ABB'

red 168 ◦ green 42 ◦ blue 187

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

Shades of Dark Orchid #A82ABB

Tints of Dark Orchid #A82ABB

RGB

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

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

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

R = 42.32%
G = 10.58%
B = 47.1%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A82ABB (or 0xA82ABB) is known color: Dark Orchid. HEX triplet: A8, 2A and BB. RGB value is (168,42,187). Sum of RGB (Red+Green+Blue) = 168+42+187=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #A82ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ABB is #57D544. Grayscale: #5F5F5F. Windows color (decimal): -5756229 or 12266152. OLE color: 12266152.

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

Color convert

RGB 168 42 187 -
CMYK 0.10 0.78 0 0.27
HSL 292.14º 0.63% 0.45% -
HSV(B) 292.14º 0.78% 0.73% -
XYZ 25.95 13.57 48.27 -
YUV 96.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 168 42 187 0.10 0.78 0 0.27 292.14 0.63 0.45
Hex A8 2A BB A 4E 0 1B 124 3F 2D
Octal 250 52 273 12 116 0 33 444 77 55
Binary 10101000 101010 10111011 1010 1001110 0 11011 100100100 111111 101101

Color Harmonies of #A82ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82ABB

Black with #A82ABB

Text Example


Text Example

White with #A82ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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