Html Css Color HEX #A82CBE Dark Orchid

📋 copy color: '#A82CBE'

red 168 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #A82CBE

Tints of Dark Orchid #A82CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 41.79%
G = 10.95%
B = 47.26%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A82CBE (or 0xA82CBE) is known color: Dark Orchid. HEX triplet: A8, 2C and BE. RGB value is (168,44,190). Sum of RGB (Red+Green+Blue) = 168+44+190=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #A82CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CBE is #57D341. Grayscale: #616161. Windows color (decimal): -5755714 or 12463272. OLE color: 12463272.

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

Color convert

RGB 168 44 190 -
CMYK 0.12 0.77 0 0.25
HSL 290.96º 0.62% 0.46% -
HSV(B) 290.96º 0.77% 0.75% -
XYZ 26.34 13.84 50 -
YUV 97.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 168 44 190 0.12 0.77 0 0.25 290.96 0.62 0.46
Hex A8 2C BE C 4D 0 19 123 3E 2E
Octal 250 54 276 14 115 0 31 443 76 56
Binary 10101000 101100 10111110 1100 1001101 0 11001 100100011 111110 101110

Color Harmonies of #A82CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CBE

Black with #A82CBE

Text Example


Text Example

White with #A82CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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