Html Css Color HEX #A427BA Dark Orchid

📋 copy color: '#A427BA'

red 164 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #A427BA

Tints of Dark Orchid #A427BA

RGB

 RED value IS 164 (64.45% from 255) = 42.16%

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

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

R = 42.16%
G = 10.03%
B = 47.81%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A427BA (or 0xA427BA) is known color: Dark Orchid. HEX triplet: A4, 27 and BA. RGB value is (164,39,186). Sum of RGB (Red+Green+Blue) = 164+39+186=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #A427BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427BA is #5BD845. Grayscale: #5C5C5C. Windows color (decimal): -6019142 or 12199844. OLE color: 12199844.

HSL color Cylindrical-coordinate representation of color #A427BA: hue angle of 291.02º 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 #A427BA is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 39 186 -
CMYK 0.12 0.79 0 0.27
HSL 291.02º 0.65% 0.44% -
HSV(B) 291.02º 0.79% 0.73% -
XYZ 24.9 12.89 47.63 -
YUV 93.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 164 39 186 0.12 0.79 0 0.27 291.02 0.65 0.44
Hex A4 27 BA C 4F 0 1B 123 41 2C
Octal 244 47 272 14 117 0 33 443 101 54
Binary 10100100 100111 10111010 1100 1001111 0 11011 100100011 1000001 101100

Color Harmonies of #A427BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427BA

Black with #A427BA

Text Example


Text Example

White with #A427BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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