Html Css Color HEX #A227D9 Dark Orchid

📋 copy color: '#A227D9'

red 162 ◦ green 39 ◦ blue 217

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

Shades of Dark Orchid #A227D9

Tints of Dark Orchid #A227D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.91%

R = 38.76%
G = 9.33%
B = 51.91%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A227D9 (or 0xA227D9) is known color: Dark Orchid. HEX triplet: A2, 27 and D9. RGB value is (162,39,217). Sum of RGB (Red+Green+Blue) = 162+39+217=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #A227D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227D9 is #5DD826. Grayscale: #5F5F5F. Windows color (decimal): -6150183 or 14231458. OLE color: 14231458.

HSL color Cylindrical-coordinate representation of color #A227D9: hue angle of 281.46º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A227D9 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 39 217 -
CMYK 0.25 0.82 0 0.15
HSL 281.46º 0.7% 0.5% -
HSV(B) 281.46º 0.82% 0.85% -
XYZ 28.15 14.14 66.89 -
YUV 96.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 162 39 217 0.25 0.82 0 0.15 281.46 0.7 0.5
Hex A2 27 D9 19 52 0 F 119 46 32
Octal 242 47 331 31 122 0 17 431 106 62
Binary 10100010 100111 11011001 11001 1010010 0 1111 100011001 1000110 110010

Color Harmonies of #A227D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227D9

Black with #A227D9

Text Example


Text Example

White with #A227D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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