Html Css Color HEX #A21CBC Dark Orchid

📋 copy color: '#A21CBC'

red 162 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #A21CBC

Tints of Dark Orchid #A21CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 42.86%
G = 7.41%
B = 49.74%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A21CBC (or 0xA21CBC) is known color: Dark Orchid. HEX triplet: A2, 1C and BC. RGB value is (162,28,188). Sum of RGB (Red+Green+Blue) = 162+28+188=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #A21CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CBC is #5DE343. Grayscale: #555555. Windows color (decimal): -6153028 or 12328098. OLE color: 12328098.

HSL color Cylindrical-coordinate representation of color #A21CBC: hue angle of 290.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21CBC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 28 188 -
CMYK 0.14 0.85 0 0.26
HSL 290.25º 0.74% 0.42% -
HSV(B) 290.25º 0.85% 0.74% -
XYZ 24.39 12.14 48.64 -
YUV 86.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 162 28 188 0.14 0.85 0 0.26 290.25 0.74 0.42
Hex A2 1C BC E 55 0 1A 122 4A 2A
Octal 242 34 274 16 125 0 32 442 112 52
Binary 10100010 11100 10111100 1110 1010101 0 11010 100100010 1001010 101010

Color Harmonies of #A21CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CBC

Black with #A21CBC

Text Example


Text Example

White with #A21CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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