Html Css Color HEX #A21CB4 Dark Orchid

📋 copy color: '#A21CB4'

red 162 ◦ green 28 ◦ blue 180

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

Shades of Dark Orchid #A21CB4

Tints of Dark Orchid #A21CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.65%

R = 43.78%
G = 7.57%
B = 48.65%

CMYK

 C value IS 0.1

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A21CB4 (or 0xA21CB4) is known color: Dark Orchid. HEX triplet: A2, 1C and B4. RGB value is (162,28,180). Sum of RGB (Red+Green+Blue) = 162+28+180=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #A21CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CB4 is #5DE34B. Grayscale: #545454. Windows color (decimal): -6153036 or 11803810. OLE color: 11803810.

HSL color Cylindrical-coordinate representation of color #A21CB4: hue angle of 292.89º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21CB4 is Cyan = 0.1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 28 180 -
CMYK 0.1 0.84 0 0.29
HSL 292.89º 0.73% 0.41% -
HSV(B) 292.89º 0.84% 0.71% -
XYZ 23.55 11.81 44.22 -
YUV 85.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 162 28 180 0.1 0.84 0 0.29 292.89 0.73 0.41
Hex A2 1C B4 A 54 0 1D 125 49 29
Octal 242 34 264 12 124 0 35 445 111 51
Binary 10100010 11100 10110100 1010 1010100 0 11101 100100101 1001001 101001

Color Harmonies of #A21CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CB4

Black with #A21CB4

Text Example


Text Example

White with #A21CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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