Html Css Color HEX #A227DB Dark Orchid

📋 copy color: '#A227DB'

red 162 ◦ green 39 ◦ blue 219

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

Shades of Dark Orchid #A227DB

Tints of Dark Orchid #A227DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.29%

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 38.57%
G = 9.29%
B = 52.14%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A227DB (or 0xA227DB) is known color: Dark Orchid. HEX triplet: A2, 27 and DB. RGB value is (162,39,219). Sum of RGB (Red+Green+Blue) = 162+39+219=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #A227DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227DB is #5DD824. Grayscale: #5F5F5F. Windows color (decimal): -6150181 or 14362530. OLE color: 14362530.

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

Color convert

RGB 162 39 219 -
CMYK 0.26 0.82 0 0.14
HSL 281º 0.71% 0.51% -
HSV(B) 281º 0.82% 0.86% -
XYZ 28.41 14.25 68.27 -
YUV 96.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 162 39 219 0.26 0.82 0 0.14 281 0.71 0.51
Hex A2 27 DB 1A 52 0 E 119 47 33
Octal 242 47 333 32 122 0 16 431 107 63
Binary 10100010 100111 11011011 11010 1010010 0 1110 100011001 1000111 110011

Color Harmonies of #A227DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227DB

Black with #A227DB

Text Example


Text Example

White with #A227DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227DB; }

 p { color: rgb(162,39,219); }

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

background-color css

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

 a { background-color: rgb(162,39,219); }

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

border-color css

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

 span { border-color: rgb(162,39,219); }

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