Html Css Color HEX #A227BE Dark Orchid

📋 copy color: '#A227BE'

red 162 ◦ green 39 ◦ blue 190

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

Shades of Dark Orchid #A227BE

Tints of Dark Orchid #A227BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 41.43%
G = 9.97%
B = 48.59%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A227BE (or 0xA227BE) is known color: Dark Orchid. HEX triplet: A2, 27 and BE. RGB value is (162,39,190). Sum of RGB (Red+Green+Blue) = 162+39+190=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #A227BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227BE is #5DD841. Grayscale: #5C5C5C. Windows color (decimal): -6150210 or 12461986. OLE color: 12461986.

HSL color Cylindrical-coordinate representation of color #A227BE: hue angle of 288.87º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A227BE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 39 190 -
CMYK 0.15 0.79 0 0.25
HSL 288.87º 0.66% 0.45% -
HSV(B) 288.87º 0.79% 0.75% -
XYZ 24.92 12.85 49.88 -
YUV 92.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 162 39 190 0.15 0.79 0 0.25 288.87 0.66 0.45
Hex A2 27 BE F 4F 0 19 121 42 2D
Octal 242 47 276 17 117 0 31 441 102 55
Binary 10100010 100111 10111110 1111 1001111 0 11001 100100001 1000010 101101

Color Harmonies of #A227BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227BE

Black with #A227BE

Text Example


Text Example

White with #A227BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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