Html Css Color HEX #A821D4 Dark Orchid

📋 copy color: '#A821D4'

red 168 ◦ green 33 ◦ blue 212

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

Shades of Dark Orchid #A821D4

Tints of Dark Orchid #A821D4

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.99%

 BLUE value IS 212 (83.2% from 255) = 51.33%

R = 40.68%
G = 7.99%
B = 51.33%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A821D4 (or 0xA821D4) is known color: Dark Orchid. HEX triplet: A8, 21 and D4. RGB value is (168,33,212). Sum of RGB (Red+Green+Blue) = 168+33+212=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #A821D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821D4 is #57DE2B. Grayscale: #5D5D5D. Windows color (decimal): -5758508 or 13902248. OLE color: 13902248.

HSL color Cylindrical-coordinate representation of color #A821D4: hue angle of 285.25º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A821D4 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 33 212 -
CMYK 0.21 0.84 0 0.17
HSL 285.25º 0.73% 0.48% -
HSV(B) 285.25º 0.84% 0.83% -
XYZ 28.58 14.17 63.52 -
YUV 93.77 194.73 180.95 -
System Red Green Blue C M Y K H S L
Decimal 168 33 212 0.21 0.84 0 0.17 285.25 0.73 0.48
Hex A8 21 D4 15 54 0 11 11D 49 30
Octal 250 41 324 25 124 0 21 435 111 60
Binary 10101000 100001 11010100 10101 1010100 0 10001 100011101 1001001 110000

Color Harmonies of #A821D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821D4

Black with #A821D4

Text Example


Text Example

White with #A821D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821D4; }

 p { color: rgb(168,33,212); }

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

background-color css

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

 a { background-color: rgb(168,33,212); }

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

border-color css

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

 span { border-color: rgb(168,33,212); }

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