Html Css Color HEX #A82BAA Dark Orchid

📋 copy color: '#A82BAA'

red 168 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #A82BAA

Tints of Dark Orchid #A82BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 44.09%
G = 11.29%
B = 44.62%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A82BAA (or 0xA82BAA) is known color: Dark Orchid. HEX triplet: A8, 2B and AA. RGB value is (168,43,170). Sum of RGB (Red+Green+Blue) = 168+43+170=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #A82BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82BAA is #57D455. Grayscale: #5E5E5E. Windows color (decimal): -5755990 or 11152296. OLE color: 11152296.

HSL color Cylindrical-coordinate representation of color #A82BAA: hue angle of 299.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82BAA is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 43 170 -
CMYK 0.01 0.75 0 0.33
HSL 299.06º 0.6% 0.42% -
HSV(B) 299.06º 0.75% 0.67% -
XYZ 24.27 12.95 39.25 -
YUV 94.85 170.41 180.17 -
System Red Green Blue C M Y K H S L
Decimal 168 43 170 0.01 0.75 0 0.33 299.06 0.6 0.42
Hex A8 2B AA 1 4B 0 21 12B 3C 2A
Octal 250 53 252 1 113 0 41 453 74 52
Binary 10101000 101011 10101010 1 1001011 0 100001 100101011 111100 101010

Color Harmonies of #A82BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BAA

Black with #A82BAA

Text Example


Text Example

White with #A82BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BAA; }

 p { color: rgb(168,43,170); }

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

background-color css

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

 a { background-color: rgb(168,43,170); }

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

border-color css

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

 span { border-color: rgb(168,43,170); }

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