Html Css Color HEX #A534C0 Dark Orchid

📋 copy color: '#A534C0'

red 165 ◦ green 52 ◦ blue 192

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

Shades of Dark Orchid #A534C0

Tints of Dark Orchid #A534C0

RGB

 RED value IS 165 (64.84% from 255) = 40.34%

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

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 40.34%
G = 12.71%
B = 46.94%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A534C0 (or 0xA534C0) is known color: Dark Orchid. HEX triplet: A5, 34 and C0. RGB value is (165,52,192). Sum of RGB (Red+Green+Blue) = 165+52+192=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #A534C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534C0 is #5ACB3F. Grayscale: #656565. Windows color (decimal): -5950272 or 12596389. OLE color: 12596389.

HSL color Cylindrical-coordinate representation of color #A534C0: hue angle of 288.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A534C0 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 52 192 -
CMYK 0.14 0.73 0 0.25
HSL 288.43º 0.57% 0.48% -
HSV(B) 288.43º 0.73% 0.75% -
XYZ 26.26 14.26 51.24 -
YUV 101.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 165 52 192 0.14 0.73 0 0.25 288.43 0.57 0.48
Hex A5 34 C0 E 49 0 19 120 39 30
Octal 245 64 300 16 111 0 31 440 71 60
Binary 10100101 110100 11000000 1110 1001001 0 11001 100100000 111001 110000

Color Harmonies of #A534C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A534C0

Black with #A534C0

Text Example


Text Example

White with #A534C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A534C0; }

 p { color: rgb(165,52,192); }

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

background-color css

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

 a { background-color: rgb(165,52,192); }

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

border-color css

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

 span { border-color: rgb(165,52,192); }

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