Html Css Color HEX #A227BA Dark Orchid

📋 copy color: '#A227BA'

red 162 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #A227BA

Tints of Dark Orchid #A227BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 41.86%
G = 10.08%
B = 48.06%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A227BA (or 0xA227BA) is known color: Dark Orchid. HEX triplet: A2, 27 and BA. RGB value is (162,39,186). Sum of RGB (Red+Green+Blue) = 162+39+186=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #A227BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227BA is #5DD845. Grayscale: #5C5C5C. Windows color (decimal): -6150214 or 12199842. OLE color: 12199842.

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

Color convert

RGB 162 39 186 -
CMYK 0.13 0.79 0 0.27
HSL 290.2º 0.65% 0.44% -
HSV(B) 290.2º 0.79% 0.73% -
XYZ 24.49 12.68 47.61 -
YUV 92.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 162 39 186 0.13 0.79 0 0.27 290.2 0.65 0.44
Hex A2 27 BA D 4F 0 1B 122 41 2C
Octal 242 47 272 15 117 0 33 442 101 54
Binary 10100010 100111 10111010 1101 1001111 0 11011 100100010 1000001 101100

Color Harmonies of #A227BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227BA

Black with #A227BA

Text Example


Text Example

White with #A227BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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