Html Css Color HEX #A21BBD Dark Orchid

📋 copy color: '#A21BBD'

red 162 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #A21BBD

Tints of Dark Orchid #A21BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 42.86%
G = 7.14%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A21BBD (or 0xA21BBD) is known color: Dark Orchid. HEX triplet: A2, 1B and BD. RGB value is (162,27,189). Sum of RGB (Red+Green+Blue) = 162+27+189=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #A21BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BBD is #5DE442. Grayscale: #555555. Windows color (decimal): -6153283 or 12393378. OLE color: 12393378.

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

Color convert

RGB 162 27 189 -
CMYK 0.14 0.86 0 0.26
HSL 290º 0.75% 0.42% -
HSV(B) 290º 0.86% 0.74% -
XYZ 24.48 12.14 49.2 -
YUV 85.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 162 27 189 0.14 0.86 0 0.26 290 0.75 0.42
Hex A2 1B BD E 56 0 1A 122 4B 2A
Octal 242 33 275 16 126 0 32 442 113 52
Binary 10100010 11011 10111101 1110 1010110 0 11010 100100010 1001011 101010

Color Harmonies of #A21BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BBD

Black with #A21BBD

Text Example


Text Example

White with #A21BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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