Html Css Color HEX #A82FBC Dark Orchid

📋 copy color: '#A82FBC'

red 168 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #A82FBC

Tints of Dark Orchid #A82FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.66%

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 41.69%
G = 11.66%
B = 46.65%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A82FBC (or 0xA82FBC) is known color: Dark Orchid. HEX triplet: A8, 2F and BC. RGB value is (168,47,188). Sum of RGB (Red+Green+Blue) = 168+47+188=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #A82FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FBC is #57D043. Grayscale: #626262. Windows color (decimal): -5754948 or 12332968. OLE color: 12332968.

HSL color Cylindrical-coordinate representation of color #A82FBC: hue angle of 291.49º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82FBC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 47 188 -
CMYK 0.11 0.75 0 0.26
HSL 291.49º 0.6% 0.46% -
HSV(B) 291.49º 0.75% 0.74% -
XYZ 26.24 13.99 48.89 -
YUV 99.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 168 47 188 0.11 0.75 0 0.26 291.49 0.6 0.46
Hex A8 2F BC B 4B 0 1A 123 3C 2E
Octal 250 57 274 13 113 0 32 443 74 56
Binary 10101000 101111 10111100 1011 1001011 0 11010 100100011 111100 101110

Color Harmonies of #A82FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82FBC

Black with #A82FBC

Text Example


Text Example

White with #A82FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82FBC; }

 p { color: rgb(168,47,188); }

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

background-color css

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

 a { background-color: rgb(168,47,188); }

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

border-color css

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

 span { border-color: rgb(168,47,188); }

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