Html Css Color HEX #A534CD Dark Orchid

📋 copy color: '#A534CD'

red 165 ◦ green 52 ◦ blue 205

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

Shades of Dark Orchid #A534CD

Tints of Dark Orchid #A534CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 39.1%
G = 12.32%
B = 48.58%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A534CD (or 0xA534CD) is known color: Dark Orchid. HEX triplet: A5, 34 and CD. RGB value is (165,52,205). Sum of RGB (Red+Green+Blue) = 165+52+205=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #A534CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534CD is #5ACB32. Grayscale: #666666. Windows color (decimal): -5950259 or 13448357. OLE color: 13448357.

HSL color Cylindrical-coordinate representation of color #A534CD: hue angle of 284.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A534CD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 52 205 -
CMYK 0.20 0.75 0 0.20
HSL 284.31º 0.6% 0.5% -
HSV(B) 284.31º 0.75% 0.8% -
XYZ 27.76 14.86 59.16 -
YUV 103.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 165 52 205 0.20 0.75 0 0.20 284.31 0.6 0.5
Hex A5 34 CD 14 4B 0 14 11C 3C 32
Octal 245 64 315 24 113 0 24 434 74 62
Binary 10100101 110100 11001101 10100 1001011 0 10100 100011100 111100 110010

Color Harmonies of #A534CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A534CD

Black with #A534CD

Text Example


Text Example

White with #A534CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A534CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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