Html Css Color HEX #A227CA Dark Orchid

📋 copy color: '#A227CA'

red 162 ◦ green 39 ◦ blue 202

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

Shades of Dark Orchid #A227CA

Tints of Dark Orchid #A227CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 40.2%
G = 9.68%
B = 50.12%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A227CA (or 0xA227CA) is known color: Dark Orchid. HEX triplet: A2, 27 and CA. RGB value is (162,39,202). Sum of RGB (Red+Green+Blue) = 162+39+202=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #A227CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227CA is #5DD835. Grayscale: #5D5D5D. Windows color (decimal): -6150198 or 13248418. OLE color: 13248418.

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

Color convert

RGB 162 39 202 -
CMYK 0.20 0.81 0 0.21
HSL 285.28º 0.68% 0.47% -
HSV(B) 285.28º 0.81% 0.79% -
XYZ 26.29 13.4 57.08 -
YUV 94.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 162 39 202 0.20 0.81 0 0.21 285.28 0.68 0.47
Hex A2 27 CA 14 51 0 15 11D 44 2F
Octal 242 47 312 24 121 0 25 435 104 57
Binary 10100010 100111 11001010 10100 1010001 0 10101 100011101 1000100 101111

Color Harmonies of #A227CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227CA

Black with #A227CA

Text Example


Text Example

White with #A227CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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