Html Css Color HEX #A82BCD Dark Orchid

📋 copy color: '#A82BCD'

red 168 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #A82BCD

Tints of Dark Orchid #A82BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 40.38%
G = 10.34%
B = 49.28%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A82BCD (or 0xA82BCD) is known color: Dark Orchid. HEX triplet: A8, 2B and CD. RGB value is (168,43,205). Sum of RGB (Red+Green+Blue) = 168+43+205=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #A82BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BCD is #57D432. Grayscale: #626262. Windows color (decimal): -5755955 or 13446056. OLE color: 13446056.

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

Color convert

RGB 168 43 205 -
CMYK 0.18 0.79 0 0.20
HSL 286.3º 0.65% 0.49% -
HSV(B) 286.3º 0.79% 0.8% -
XYZ 28.03 14.46 59.07 -
YUV 98.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 168 43 205 0.18 0.79 0 0.20 286.3 0.65 0.49
Hex A8 2B CD 12 4F 0 14 11E 41 31
Octal 250 53 315 22 117 0 24 436 101 61
Binary 10101000 101011 11001101 10010 1001111 0 10100 100011110 1000001 110001

Color Harmonies of #A82BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BCD

Black with #A82BCD

Text Example


Text Example

White with #A82BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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