Html Css Color HEX #A534C4 Dark Orchid

📋 copy color: '#A534C4'

red 165 ◦ green 52 ◦ blue 196

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

Shades of Dark Orchid #A534C4

Tints of Dark Orchid #A534C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.46%

R = 39.95%
G = 12.59%
B = 47.46%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A534C4 (or 0xA534C4) is known color: Dark Orchid. HEX triplet: A5, 34 and C4. RGB value is (165,52,196). Sum of RGB (Red+Green+Blue) = 165+52+196=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #A534C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534C4 is #5ACB3B. Grayscale: #656565. Windows color (decimal): -5950268 or 12858533. OLE color: 12858533.

HSL color Cylindrical-coordinate representation of color #A534C4: hue angle of 287.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A534C4 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 52 196 -
CMYK 0.16 0.73 0 0.23
HSL 287.08º 0.58% 0.49% -
HSV(B) 287.08º 0.73% 0.77% -
XYZ 26.71 14.44 53.6 -
YUV 102.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 165 52 196 0.16 0.73 0 0.23 287.08 0.58 0.49
Hex A5 34 C4 10 49 0 17 11F 3A 31
Octal 245 64 304 20 111 0 27 437 72 61
Binary 10100101 110100 11000100 10000 1001001 0 10111 100011111 111010 110001

Color Harmonies of #A534C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A534C4

Black with #A534C4

Text Example


Text Example

White with #A534C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A534C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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