Html Css Color HEX #A227DF Dark Orchid

📋 copy color: '#A227DF'

red 162 ◦ green 39 ◦ blue 223

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

Shades of Dark Orchid #A227DF

Tints of Dark Orchid #A227DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 38.21%
G = 9.2%
B = 52.59%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A227DF (or 0xA227DF) is known color: Dark Orchid. HEX triplet: A2, 27 and DF. RGB value is (162,39,223). Sum of RGB (Red+Green+Blue) = 162+39+223=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #A227DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227DF is #5DD820. Grayscale: #606060. Windows color (decimal): -6150177 or 14624674. OLE color: 14624674.

HSL color Cylindrical-coordinate representation of color #A227DF: hue angle of 280.11º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A227DF is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 39 223 -
CMYK 0.27 0.83 0 0.13
HSL 280.11º 0.74% 0.51% -
HSV(B) 280.11º 0.83% 0.87% -
XYZ 28.95 14.46 71.08 -
YUV 96.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 162 39 223 0.27 0.83 0 0.13 280.11 0.74 0.51
Hex A2 27 DF 1B 53 0 D 118 4A 33
Octal 242 47 337 33 123 0 15 430 112 63
Binary 10100010 100111 11011111 11011 1010011 0 1101 100011000 1001010 110011

Color Harmonies of #A227DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227DF

Black with #A227DF

Text Example


Text Example

White with #A227DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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