Html Css Color HEX #A82CDD Dark Orchid

📋 copy color: '#A82CDD'

red 168 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #A82CDD

Tints of Dark Orchid #A82CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.16%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 38.8%
G = 10.16%
B = 51.04%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A82CDD (or 0xA82CDD) is known color: Dark Orchid. HEX triplet: A8, 2C and DD. RGB value is (168,44,221). Sum of RGB (Red+Green+Blue) = 168+44+221=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #A82CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CDD is #57D322. Grayscale: #646464. Windows color (decimal): -5755683 or 14494888. OLE color: 14494888.

HSL color Cylindrical-coordinate representation of color #A82CDD: hue angle of 282.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82CDD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 44 221 -
CMYK 0.24 0.80 0 0.13
HSL 282.03º 0.72% 0.52% -
HSV(B) 282.03º 0.8% 0.87% -
XYZ 30.1 15.35 69.78 -
YUV 101.25 195.58 175.61 -
System Red Green Blue C M Y K H S L
Decimal 168 44 221 0.24 0.80 0 0.13 282.03 0.72 0.52
Hex A8 2C DD 18 50 0 D 11A 48 34
Octal 250 54 335 30 120 0 15 432 110 64
Binary 10101000 101100 11011101 11000 1010000 0 1101 100011010 1001000 110100

Color Harmonies of #A82CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CDD

Black with #A82CDD

Text Example


Text Example

White with #A82CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CDD; }

 p { color: rgb(168,44,221); }

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

background-color css

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

 a { background-color: rgb(168,44,221); }

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

border-color css

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

 span { border-color: rgb(168,44,221); }

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