Html Css Color HEX #A427B8 Dark Orchid

📋 copy color: '#A427B8'

red 164 ◦ green 39 ◦ blue 184

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

Shades of Dark Orchid #A427B8

Tints of Dark Orchid #A427B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.55%

R = 42.38%
G = 10.08%
B = 47.55%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A427B8 (or 0xA427B8) is known color: Dark Orchid. HEX triplet: A4, 27 and B8. RGB value is (164,39,184). Sum of RGB (Red+Green+Blue) = 164+39+184=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #A427B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427B8 is #5BD847. Grayscale: #5C5C5C. Windows color (decimal): -6019144 or 12068772. OLE color: 12068772.

HSL color Cylindrical-coordinate representation of color #A427B8: hue angle of 291.72º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A427B8 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 39 184 -
CMYK 0.11 0.79 0 0.28
HSL 291.72º 0.65% 0.44% -
HSV(B) 291.72º 0.79% 0.72% -
XYZ 24.69 12.8 46.52 -
YUV 92.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 164 39 184 0.11 0.79 0 0.28 291.72 0.65 0.44
Hex A4 27 B8 B 4F 0 1C 124 41 2C
Octal 244 47 270 13 117 0 34 444 101 54
Binary 10100100 100111 10111000 1011 1001111 0 11100 100100100 1000001 101100

Color Harmonies of #A427B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427B8

Black with #A427B8

Text Example


Text Example

White with #A427B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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