Html Css Color HEX #A21FBD Dark Orchid

📋 copy color: '#A21FBD'

red 162 ◦ green 31 ◦ blue 189

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

Shades of Dark Orchid #A21FBD

Tints of Dark Orchid #A21FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 42.41%
G = 8.12%
B = 49.48%

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

#A21FBD (or 0xA21FBD) is known color: Dark Orchid. HEX triplet: A2, 1F and BD. RGB value is (162,31,189). Sum of RGB (Red+Green+Blue) = 162+31+189=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #A21FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FBD is #5DE042. Grayscale: #575757. Windows color (decimal): -6152259 or 12394402. OLE color: 12394402.

HSL color Cylindrical-coordinate representation of color #A21FBD: hue angle of 289.75º 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 #A21FBD is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 31 189 -
CMYK 0.14 0.84 0 0.26
HSL 289.75º 0.72% 0.43% -
HSV(B) 289.75º 0.84% 0.74% -
XYZ 24.58 12.34 49.23 -
YUV 88.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 162 31 189 0.14 0.84 0 0.26 289.75 0.72 0.43
Hex A2 1F BD E 54 0 1A 122 48 2B
Octal 242 37 275 16 124 0 32 442 110 53
Binary 10100010 11111 10111101 1110 1010100 0 11010 100100010 1001000 101011

Color Harmonies of #A21FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FBD

Black with #A21FBD

Text Example


Text Example

White with #A21FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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