Html Css Color HEX #A82BBE Dark Orchid

📋 copy color: '#A82BBE'

red 168 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #A82BBE

Tints of Dark Orchid #A82BBE

RGB

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

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

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

R = 41.9%
G = 10.72%
B = 47.38%

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

#A82BBE (or 0xA82BBE) is known color: Dark Orchid. HEX triplet: A8, 2B and BE. RGB value is (168,43,190). Sum of RGB (Red+Green+Blue) = 168+43+190=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #A82BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BBE is #57D441. Grayscale: #606060. Windows color (decimal): -5755970 or 12463016. OLE color: 12463016.

HSL color Cylindrical-coordinate representation of color #A82BBE: hue angle of 291.02º degrees, saturation: 0.63, 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 #A82BBE is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 43 190 -
CMYK 0.12 0.77 0 0.25
HSL 291.02º 0.63% 0.46% -
HSV(B) 291.02º 0.77% 0.75% -
XYZ 26.31 13.77 49.99 -
YUV 97.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 168 43 190 0.12 0.77 0 0.25 291.02 0.63 0.46
Hex A8 2B BE C 4D 0 19 123 3F 2E
Octal 250 53 276 14 115 0 31 443 77 56
Binary 10101000 101011 10111110 1100 1001101 0 11001 100100011 111111 101110

Color Harmonies of #A82BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BBE

Black with #A82BBE

Text Example


Text Example

White with #A82BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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