Html Css Color HEX #A82BBC Dark Orchid

📋 copy color: '#A82BBC'

red 168 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #A82BBC

Tints of Dark Orchid #A82BBC

RGB

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

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

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

R = 42.11%
G = 10.78%
B = 47.12%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A82BBC (or 0xA82BBC) is known color: Dark Orchid. HEX triplet: A8, 2B and BC. RGB value is (168,43,188). Sum of RGB (Red+Green+Blue) = 168+43+188=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #A82BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BBC is #57D443. Grayscale: #606060. Windows color (decimal): -5755972 or 12331944. OLE color: 12331944.

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

Color convert

RGB 168 43 188 -
CMYK 0.11 0.77 0 0.26
HSL 291.72º 0.63% 0.45% -
HSV(B) 291.72º 0.77% 0.74% -
XYZ 26.09 13.68 48.84 -
YUV 96.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 168 43 188 0.11 0.77 0 0.26 291.72 0.63 0.45
Hex A8 2B BC B 4D 0 1A 124 3F 2D
Octal 250 53 274 13 115 0 32 444 77 55
Binary 10101000 101011 10111100 1011 1001101 0 11010 100100100 111111 101101

Color Harmonies of #A82BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BBC

Black with #A82BBC

Text Example


Text Example

White with #A82BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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