Html Css Color HEX #A227AD Dark Orchid

📋 copy color: '#A227AD'

red 162 ◦ green 39 ◦ blue 173

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

Shades of Dark Orchid #A227AD

Tints of Dark Orchid #A227AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 43.32%
G = 10.43%
B = 46.26%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A227AD (or 0xA227AD) is known color: Dark Orchid. HEX triplet: A2, 27 and AD. RGB value is (162,39,173). Sum of RGB (Red+Green+Blue) = 162+39+173=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #A227AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A227AD is #5DD852. Grayscale: #5A5A5A. Windows color (decimal): -6150227 or 11347874. OLE color: 11347874.

HSL color Cylindrical-coordinate representation of color #A227AD: hue angle of 295.07º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A227AD is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 39 173 -
CMYK 0.06 0.77 0 0.32
HSL 295.07º 0.63% 0.42% -
HSV(B) 295.07º 0.77% 0.68% -
XYZ 23.17 12.15 40.66 -
YUV 91.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 162 39 173 0.06 0.77 0 0.32 295.07 0.63 0.42
Hex A2 27 AD 6 4D 0 20 127 3F 2A
Octal 242 47 255 6 115 0 40 447 77 52
Binary 10100010 100111 10101101 110 1001101 0 100000 100100111 111111 101010

Color Harmonies of #A227AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227AD

Black with #A227AD

Text Example


Text Example

White with #A227AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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