Html Css Color HEX #A21CBE Dark Orchid

📋 copy color: '#A21CBE'

red 162 ◦ green 28 ◦ blue 190

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

Shades of Dark Orchid #A21CBE

Tints of Dark Orchid #A21CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 42.63%
G = 7.37%
B = 50%

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

#A21CBE (or 0xA21CBE) is known color: Dark Orchid. HEX triplet: A2, 1C and BE. RGB value is (162,28,190). Sum of RGB (Red+Green+Blue) = 162+28+190=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #A21CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CBE is #5DE341. Grayscale: #565656. Windows color (decimal): -6153026 or 12459170. OLE color: 12459170.

HSL color Cylindrical-coordinate representation of color #A21CBE: hue angle of 289.63º 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 #A21CBE is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 28 190 -
CMYK 0.15 0.85 0 0.25
HSL 289.63º 0.74% 0.43% -
HSV(B) 289.63º 0.85% 0.75% -
XYZ 24.61 12.23 49.78 -
YUV 86.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 162 28 190 0.15 0.85 0 0.25 289.63 0.74 0.43
Hex A2 1C BE F 55 0 19 122 4A 2B
Octal 242 34 276 17 125 0 31 442 112 53
Binary 10100010 11100 10111110 1111 1010101 0 11001 100100010 1001010 101011

Color Harmonies of #A21CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CBE

Black with #A21CBE

Text Example


Text Example

White with #A21CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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