Html Css Color HEX #A21BAF Dark Orchid

📋 copy color: '#A21BAF'

red 162 ◦ green 27 ◦ blue 175

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

Shades of Dark Orchid #A21BAF

Tints of Dark Orchid #A21BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 44.51%
G = 7.42%
B = 48.08%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A21BAF (or 0xA21BAF) is known color: Dark Orchid. HEX triplet: A2, 1B and AF. RGB value is (162,27,175). Sum of RGB (Red+Green+Blue) = 162+27+175=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #A21BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21BAF is #5DE450. Grayscale: #535353. Windows color (decimal): -6153297 or 11475874. OLE color: 11475874.

HSL color Cylindrical-coordinate representation of color #A21BAF: hue angle of 294.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21BAF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 27 175 -
CMYK 0.07 0.85 0 0.31
HSL 294.73º 0.73% 0.4% -
HSV(B) 294.73º 0.85% 0.69% -
XYZ 23.03 11.56 41.58 -
YUV 84.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 162 27 175 0.07 0.85 0 0.31 294.73 0.73 0.4
Hex A2 1B AF 7 55 0 1F 127 49 28
Octal 242 33 257 7 125 0 37 447 111 50
Binary 10100010 11011 10101111 111 1010101 0 11111 100100111 1001001 101000

Color Harmonies of #A21BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BAF

Black with #A21BAF

Text Example


Text Example

White with #A21BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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