Html Css Color HEX #A21CBF Dark Orchid

📋 copy color: '#A21CBF'

red 162 ◦ green 28 ◦ blue 191

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

Shades of Dark Orchid #A21CBF

Tints of Dark Orchid #A21CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.35%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 42.52%
G = 7.35%
B = 50.13%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A21CBF (or 0xA21CBF) is known color: Dark Orchid. HEX triplet: A2, 1C and BF. RGB value is (162,28,191). Sum of RGB (Red+Green+Blue) = 162+28+191=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #A21CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CBF is #5DE340. Grayscale: #565656. Windows color (decimal): -6153025 or 12524706. OLE color: 12524706.

HSL color Cylindrical-coordinate representation of color #A21CBF: hue angle of 289.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21CBF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 28 191 -
CMYK 0.15 0.85 0 0.25
HSL 289.33º 0.74% 0.43% -
HSV(B) 289.33º 0.85% 0.75% -
XYZ 24.72 12.27 50.36 -
YUV 86.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 162 28 191 0.15 0.85 0 0.25 289.33 0.74 0.43
Hex A2 1C BF F 55 0 19 121 4A 2B
Octal 242 34 277 17 125 0 31 441 112 53
Binary 10100010 11100 10111111 1111 1010101 0 11001 100100001 1001010 101011

Color Harmonies of #A21CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CBF

Black with #A21CBF

Text Example


Text Example

White with #A21CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CBF; }

 p { color: rgb(162,28,191); }

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

background-color css

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

 a { background-color: rgb(162,28,191); }

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

border-color css

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

 span { border-color: rgb(162,28,191); }

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