Html Css Color HEX #A82BAC Dark Orchid

📋 copy color: '#A82BAC'

red 168 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #A82BAC

Tints of Dark Orchid #A82BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 43.86%
G = 11.23%
B = 44.91%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A82BAC (or 0xA82BAC) is known color: Dark Orchid. HEX triplet: A8, 2B and AC. RGB value is (168,43,172). Sum of RGB (Red+Green+Blue) = 168+43+172=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A82BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82BAC is #57D453. Grayscale: #5E5E5E. Windows color (decimal): -5755988 or 11283368. OLE color: 11283368.

HSL color Cylindrical-coordinate representation of color #A82BAC: hue angle of 298.14º 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 #A82BAC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 43 172 -
CMYK 0.02 0.75 0 0.33
HSL 298.14º 0.6% 0.42% -
HSV(B) 298.14º 0.75% 0.67% -
XYZ 24.46 13.03 40.26 -
YUV 95.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 168 43 172 0.02 0.75 0 0.33 298.14 0.6 0.42
Hex A8 2B AC 2 4B 0 21 12A 3C 2A
Octal 250 53 254 2 113 0 41 452 74 52
Binary 10101000 101011 10101100 10 1001011 0 100001 100101010 111100 101010

Color Harmonies of #A82BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BAC

Black with #A82BAC

Text Example


Text Example

White with #A82BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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