Html Css Color HEX #A221BC Dark Orchid

📋 copy color: '#A221BC'

red 162 ◦ green 33 ◦ blue 188

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

Shades of Dark Orchid #A221BC

Tints of Dark Orchid #A221BC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

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

R = 42.3%
G = 8.62%
B = 49.09%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A221BC (or 0xA221BC) is known color: Dark Orchid. HEX triplet: A2, 21 and BC. RGB value is (162,33,188). Sum of RGB (Red+Green+Blue) = 162+33+188=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #A221BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221BC is #5DDE43. Grayscale: #585858. Windows color (decimal): -6151748 or 12329378. OLE color: 12329378.

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

Color convert

RGB 162 33 188 -
CMYK 0.14 0.82 0 0.26
HSL 289.94º 0.7% 0.43% -
HSV(B) 289.94º 0.82% 0.74% -
XYZ 24.52 12.4 48.68 -
YUV 89.24 183.74 179.9 -
System Red Green Blue C M Y K H S L
Decimal 162 33 188 0.14 0.82 0 0.26 289.94 0.7 0.43
Hex A2 21 BC E 52 0 1A 122 46 2B
Octal 242 41 274 16 122 0 32 442 106 53
Binary 10100010 100001 10111100 1110 1010010 0 11010 100100010 1000110 101011

Color Harmonies of #A221BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A221BC

Black with #A221BC

Text Example


Text Example

White with #A221BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A221BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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