Html Css Color HEX #A21FBC Dark Orchid

📋 copy color: '#A21FBC'

red 162 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #A21FBC

Tints of Dark Orchid #A21FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 42.52%
G = 8.14%
B = 49.34%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A21FBC (or 0xA21FBC) is known color: Dark Orchid. HEX triplet: A2, 1F and BC. RGB value is (162,31,188). Sum of RGB (Red+Green+Blue) = 162+31+188=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #A21FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FBC is #5DE043. Grayscale: #575757. Windows color (decimal): -6152260 or 12328866. OLE color: 12328866.

HSL color Cylindrical-coordinate representation of color #A21FBC: hue angle of 290.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21FBC is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 31 188 -
CMYK 0.14 0.84 0 0.26
HSL 290.06º 0.72% 0.43% -
HSV(B) 290.06º 0.84% 0.74% -
XYZ 24.47 12.29 48.66 -
YUV 88.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 162 31 188 0.14 0.84 0 0.26 290.06 0.72 0.43
Hex A2 1F BC E 54 0 1A 122 48 2B
Octal 242 37 274 16 124 0 32 442 110 53
Binary 10100010 11111 10111100 1110 1010100 0 11010 100100010 1001000 101011

Color Harmonies of #A21FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FBC

Black with #A21FBC

Text Example


Text Example

White with #A21FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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