Html Css Color HEX #A21FDA Dark Orchid

📋 copy color: '#A21FDA'

red 162 ◦ green 31 ◦ blue 218

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

Shades of Dark Orchid #A21FDA

Tints of Dark Orchid #A21FDA

RGB

 RED value IS 162 (63.67% from 255) = 39.42%

 GREEN value IS 31 (12.5% from 255) = 7.54%

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 39.42%
G = 7.54%
B = 53.04%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A21FDA (or 0xA21FDA) is known color: Dark Orchid. HEX triplet: A2, 1F and DA. RGB value is (162,31,218). Sum of RGB (Red+Green+Blue) = 162+31+218=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #A21FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FDA is #5DE025. Grayscale: #5A5A5A. Windows color (decimal): -6152230 or 14294946. OLE color: 14294946.

HSL color Cylindrical-coordinate representation of color #A21FDA: hue angle of 282.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21FDA is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 31 218 -
CMYK 0.26 0.86 0 0.15
HSL 282.03º 0.75% 0.49% -
HSV(B) 282.03º 0.86% 0.85% -
XYZ 28.05 13.72 67.5 -
YUV 91.49 199.4 178.29 -
System Red Green Blue C M Y K H S L
Decimal 162 31 218 0.26 0.86 0 0.15 282.03 0.75 0.49
Hex A2 1F DA 1A 56 0 F 11A 4B 31
Octal 242 37 332 32 126 0 17 432 113 61
Binary 10100010 11111 11011010 11010 1010110 0 1111 100011010 1001011 110001

Color Harmonies of #A21FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FDA

Black with #A21FDA

Text Example


Text Example

White with #A21FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FDA; }

 p { color: rgb(162,31,218); }

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

background-color css

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

 a { background-color: rgb(162,31,218); }

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

border-color css

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

 span { border-color: rgb(162,31,218); }

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