Html Css Color HEX #A227B1 Dark Orchid

📋 copy color: '#A227B1'

red 162 ◦ green 39 ◦ blue 177

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

Shades of Dark Orchid #A227B1

Tints of Dark Orchid #A227B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.83%

R = 42.86%
G = 10.32%
B = 46.83%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A227B1 (or 0xA227B1) is known color: Dark Orchid. HEX triplet: A2, 27 and B1. RGB value is (162,39,177). Sum of RGB (Red+Green+Blue) = 162+39+177=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #A227B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A227B1 is #5DD84E. Grayscale: #5B5B5B. Windows color (decimal): -6150223 or 11610018. OLE color: 11610018.

HSL color Cylindrical-coordinate representation of color #A227B1: hue angle of 293.48º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A227B1 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 39 177 -
CMYK 0.08 0.78 0 0.31
HSL 293.48º 0.64% 0.42% -
HSV(B) 293.48º 0.78% 0.69% -
XYZ 23.56 12.31 42.73 -
YUV 91.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 162 39 177 0.08 0.78 0 0.31 293.48 0.64 0.42
Hex A2 27 B1 8 4E 0 1F 125 40 2A
Octal 242 47 261 10 116 0 37 445 100 52
Binary 10100010 100111 10110001 1000 1001110 0 11111 100100101 1000000 101010

Color Harmonies of #A227B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227B1

Black with #A227B1

Text Example


Text Example

White with #A227B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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