Html Css Color HEX #A227DE Dark Orchid

📋 copy color: '#A227DE'

red 162 ◦ green 39 ◦ blue 222

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

Shades of Dark Orchid #A227DE

Tints of Dark Orchid #A227DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 38.3%
G = 9.22%
B = 52.48%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A227DE (or 0xA227DE) is known color: Dark Orchid. HEX triplet: A2, 27 and DE. RGB value is (162,39,222). Sum of RGB (Red+Green+Blue) = 162+39+222=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #A227DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227DE is #5DD821. Grayscale: #606060. Windows color (decimal): -6150178 or 14559138. OLE color: 14559138.

HSL color Cylindrical-coordinate representation of color #A227DE: hue angle of 280.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A227DE is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 39 222 -
CMYK 0.27 0.82 0 0.13
HSL 280.33º 0.73% 0.51% -
HSV(B) 280.33º 0.82% 0.87% -
XYZ 28.81 14.41 70.37 -
YUV 96.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 162 39 222 0.27 0.82 0 0.13 280.33 0.73 0.51
Hex A2 27 DE 1B 52 0 D 118 49 33
Octal 242 47 336 33 122 0 15 430 111 63
Binary 10100010 100111 11011110 11011 1010010 0 1101 100011000 1001001 110011

Color Harmonies of #A227DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227DE

Black with #A227DE

Text Example


Text Example

White with #A227DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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