Html Css Color HEX #A134CE Dark Orchid

📋 copy color: '#A134CE'

red 161 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #A134CE

Tints of Dark Orchid #A134CE

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

 GREEN value IS 52 (20.7% from 255) = 12.41%

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 38.42%
G = 12.41%
B = 49.16%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A134CE (or 0xA134CE) is known color: Dark Orchid. HEX triplet: A1, 34 and CE. RGB value is (161,52,206). Sum of RGB (Red+Green+Blue) = 161+52+206=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #A134CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134CE is #5ECB31. Grayscale: #656565. Windows color (decimal): -6212402 or 13513889. OLE color: 13513889.

HSL color Cylindrical-coordinate representation of color #A134CE: hue angle of 282.47º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A134CE is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 52 206 -
CMYK 0.22 0.75 0 0.19
HSL 282.47º 0.61% 0.51% -
HSV(B) 282.47º 0.75% 0.81% -
XYZ 27.07 14.49 59.76 -
YUV 102.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 161 52 206 0.22 0.75 0 0.19 282.47 0.61 0.51
Hex A1 34 CE 16 4B 0 13 11A 3D 33
Octal 241 64 316 26 113 0 23 432 75 63
Binary 10100001 110100 11001110 10110 1001011 0 10011 100011010 111101 110011

Color Harmonies of #A134CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134CE

Black with #A134CE

Text Example


Text Example

White with #A134CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134CE; }

 p { color: rgb(161,52,206); }

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

background-color css

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

 a { background-color: rgb(161,52,206); }

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

border-color css

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

 span { border-color: rgb(161,52,206); }

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