Html Css Color HEX #A21FBA Dark Orchid

📋 copy color: '#A21FBA'

red 162 ◦ green 31 ◦ blue 186

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

Shades of Dark Orchid #A21FBA

Tints of Dark Orchid #A21FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 42.74%
G = 8.18%
B = 49.08%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A21FBA (or 0xA21FBA) is known color: Dark Orchid. HEX triplet: A2, 1F and BA. RGB value is (162,31,186). Sum of RGB (Red+Green+Blue) = 162+31+186=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #A21FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FBA is #5DE045. Grayscale: #575757. Windows color (decimal): -6152262 or 12197794. OLE color: 12197794.

HSL color Cylindrical-coordinate representation of color #A21FBA: hue angle of 290.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21FBA is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 31 186 -
CMYK 0.13 0.83 0 0.27
HSL 290.71º 0.71% 0.43% -
HSV(B) 290.71º 0.83% 0.73% -
XYZ 24.25 12.21 47.53 -
YUV 87.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 162 31 186 0.13 0.83 0 0.27 290.71 0.71 0.43
Hex A2 1F BA D 53 0 1B 123 47 2B
Octal 242 37 272 15 123 0 33 443 107 53
Binary 10100010 11111 10111010 1101 1010011 0 11011 100100011 1000111 101011

Color Harmonies of #A21FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FBA

Black with #A21FBA

Text Example


Text Example

White with #A21FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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