Html Css Color HEX #A21BAD Dark Orchid

📋 copy color: '#A21BAD'

red 162 ◦ green 27 ◦ blue 173

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

Shades of Dark Orchid #A21BAD

Tints of Dark Orchid #A21BAD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.46%

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 44.75%
G = 7.46%
B = 47.79%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A21BAD (or 0xA21BAD) is known color: Dark Orchid. HEX triplet: A2, 1B and AD. RGB value is (162,27,173). Sum of RGB (Red+Green+Blue) = 162+27+173=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #A21BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21BAD is #5DE452. Grayscale: #535353. Windows color (decimal): -6153299 or 11344802. OLE color: 11344802.

HSL color Cylindrical-coordinate representation of color #A21BAD: hue angle of 295.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21BAD is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 27 173 -
CMYK 0.06 0.84 0 0.32
HSL 295.48º 0.73% 0.39% -
HSV(B) 295.48º 0.84% 0.68% -
XYZ 22.84 11.48 40.55 -
YUV 84.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 162 27 173 0.06 0.84 0 0.32 295.48 0.73 0.39
Hex A2 1B AD 6 54 0 20 127 49 27
Octal 242 33 255 6 124 0 40 447 111 47
Binary 10100010 11011 10101101 110 1010100 0 100000 100100111 1001001 100111

Color Harmonies of #A21BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BAD

Black with #A21BAD

Text Example


Text Example

White with #A21BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BAD; }

 p { color: rgb(162,27,173); }

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

background-color css

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

 a { background-color: rgb(162,27,173); }

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

border-color css

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

 span { border-color: rgb(162,27,173); }

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