Html Css Color HEX #A227D8 Dark Orchid

📋 copy color: '#A227D8'

red 162 ◦ green 39 ◦ blue 216

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

Shades of Dark Orchid #A227D8

Tints of Dark Orchid #A227D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.8%

R = 38.85%
G = 9.35%
B = 51.8%

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

#A227D8 (or 0xA227D8) is known color: Dark Orchid. HEX triplet: A2, 27 and D8. RGB value is (162,39,216). Sum of RGB (Red+Green+Blue) = 162+39+216=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #A227D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227D8 is #5DD827. Grayscale: #5F5F5F. Windows color (decimal): -6150184 or 14165922. OLE color: 14165922.

HSL color Cylindrical-coordinate representation of color #A227D8: hue angle of 281.69º degrees, saturation: 0.69, 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 #A227D8 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 39 216 -
CMYK 0.25 0.82 0 0.15
HSL 281.69º 0.69% 0.5% -
HSV(B) 281.69º 0.82% 0.85% -
XYZ 28.02 14.09 66.21 -
YUV 95.96 195.75 175.11 -
System Red Green Blue C M Y K H S L
Decimal 162 39 216 0.25 0.82 0 0.15 281.69 0.69 0.5
Hex A2 27 D8 19 52 0 F 11A 45 32
Octal 242 47 330 31 122 0 17 432 105 62
Binary 10100010 100111 11011000 11001 1010010 0 1111 100011010 1000101 110010

Color Harmonies of #A227D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227D8

Black with #A227D8

Text Example


Text Example

White with #A227D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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