Html Css Color HEX #A82BCE Dark Orchid

📋 copy color: '#A82BCE'

red 168 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #A82BCE

Tints of Dark Orchid #A82BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 40.29%
G = 10.31%
B = 49.4%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A82BCE (or 0xA82BCE) is known color: Dark Orchid. HEX triplet: A8, 2B and CE. RGB value is (168,43,206). Sum of RGB (Red+Green+Blue) = 168+43+206=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #A82BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BCE is #57D431. Grayscale: #626262. Windows color (decimal): -5755954 or 13511592. OLE color: 13511592.

HSL color Cylindrical-coordinate representation of color #A82BCE: hue angle of 286.01º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82BCE is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 43 206 -
CMYK 0.18 0.79 0 0.19
HSL 286.01º 0.65% 0.49% -
HSV(B) 286.01º 0.79% 0.81% -
XYZ 28.15 14.51 59.71 -
YUV 98.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 168 43 206 0.18 0.79 0 0.19 286.01 0.65 0.49
Hex A8 2B CE 12 4F 0 13 11E 41 31
Octal 250 53 316 22 117 0 23 436 101 61
Binary 10101000 101011 11001110 10010 1001111 0 10011 100011110 1000001 110001

Color Harmonies of #A82BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BCE

Black with #A82BCE

Text Example


Text Example

White with #A82BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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