Html Css Color HEX #A227CD Dark Orchid

📋 copy color: '#A227CD'

red 162 ◦ green 39 ◦ blue 205

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

Shades of Dark Orchid #A227CD

Tints of Dark Orchid #A227CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 39.9%
G = 9.61%
B = 50.49%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A227CD (or 0xA227CD) is known color: Dark Orchid. HEX triplet: A2, 27 and CD. RGB value is (162,39,205). Sum of RGB (Red+Green+Blue) = 162+39+205=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #A227CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227CD is #5DD832. Grayscale: #5E5E5E. Windows color (decimal): -6150195 or 13445026. OLE color: 13445026.

HSL color Cylindrical-coordinate representation of color #A227CD: hue angle of 284.46º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A227CD is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 39 205 -
CMYK 0.21 0.81 0 0.20
HSL 284.46º 0.68% 0.48% -
HSV(B) 284.46º 0.81% 0.8% -
XYZ 26.65 13.54 58.97 -
YUV 94.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 162 39 205 0.21 0.81 0 0.20 284.46 0.68 0.48
Hex A2 27 CD 15 51 0 14 11C 44 30
Octal 242 47 315 25 121 0 24 434 104 60
Binary 10100010 100111 11001101 10101 1010001 0 10100 100011100 1000100 110000

Color Harmonies of #A227CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227CD

Black with #A227CD

Text Example


Text Example

White with #A227CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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