Html Css Color HEX #A21FB0 Dark Orchid

📋 copy color: '#A21FB0'

red 162 ◦ green 31 ◦ blue 176

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

Shades of Dark Orchid #A21FB0

Tints of Dark Orchid #A21FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 43.9%
G = 8.4%
B = 47.7%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A21FB0 (or 0xA21FB0) is known color: Dark Orchid. HEX triplet: A2, 1F and B0. RGB value is (162,31,176). Sum of RGB (Red+Green+Blue) = 162+31+176=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #A21FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21FB0 is #5DE04F. Grayscale: #565656. Windows color (decimal): -6152272 or 11542434. OLE color: 11542434.

HSL color Cylindrical-coordinate representation of color #A21FB0: hue angle of 294.21º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21FB0 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 31 176 -
CMYK 0.08 0.82 0 0.31
HSL 294.21º 0.7% 0.41% -
HSV(B) 294.21º 0.82% 0.69% -
XYZ 23.23 11.8 42.13 -
YUV 86.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 162 31 176 0.08 0.82 0 0.31 294.21 0.7 0.41
Hex A2 1F B0 8 52 0 1F 126 46 29
Octal 242 37 260 10 122 0 37 446 106 51
Binary 10100010 11111 10110000 1000 1010010 0 11111 100100110 1000110 101001

Color Harmonies of #A21FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FB0

Black with #A21FB0

Text Example


Text Example

White with #A21FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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