Html Css Color HEX #A227AB Dark Orchid

📋 copy color: '#A227AB'

red 162 ◦ green 39 ◦ blue 171

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

Shades of Dark Orchid #A227AB

Tints of Dark Orchid #A227AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 43.55%
G = 10.48%
B = 45.97%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A227AB (or 0xA227AB) is known color: Dark Orchid. HEX triplet: A2, 27 and AB. RGB value is (162,39,171). Sum of RGB (Red+Green+Blue) = 162+39+171=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #A227AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A227AB is #5DD854. Grayscale: #5A5A5A. Windows color (decimal): -6150229 or 11216802. OLE color: 11216802.

HSL color Cylindrical-coordinate representation of color #A227AB: hue angle of 295.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A227AB is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 39 171 -
CMYK 0.05 0.77 0 0.33
HSL 295.91º 0.63% 0.41% -
HSV(B) 295.91º 0.77% 0.67% -
XYZ 22.98 12.07 39.65 -
YUV 90.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 162 39 171 0.05 0.77 0 0.33 295.91 0.63 0.41
Hex A2 27 AB 5 4D 0 21 128 3F 29
Octal 242 47 253 5 115 0 41 450 77 51
Binary 10100010 100111 10101011 101 1001101 0 100001 100101000 111111 101001

Color Harmonies of #A227AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227AB

Black with #A227AB

Text Example


Text Example

White with #A227AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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