Html Css Color HEX #A534CA Dark Orchid

📋 copy color: '#A534CA'

red 165 ◦ green 52 ◦ blue 202

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

Shades of Dark Orchid #A534CA

Tints of Dark Orchid #A534CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.21%

R = 39.38%
G = 12.41%
B = 48.21%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A534CA (or 0xA534CA) is known color: Dark Orchid. HEX triplet: A5, 34 and CA. RGB value is (165,52,202). Sum of RGB (Red+Green+Blue) = 165+52+202=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #A534CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534CA is #5ACB35. Grayscale: #666666. Windows color (decimal): -5950262 or 13251749. OLE color: 13251749.

HSL color Cylindrical-coordinate representation of color #A534CA: hue angle of 285.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A534CA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 52 202 -
CMYK 0.18 0.74 0 0.21
HSL 285.2º 0.59% 0.5% -
HSV(B) 285.2º 0.74% 0.79% -
XYZ 27.41 14.72 57.27 -
YUV 102.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 165 52 202 0.18 0.74 0 0.21 285.2 0.59 0.5
Hex A5 34 CA 12 4A 0 15 11D 3B 32
Octal 245 64 312 22 112 0 25 435 73 62
Binary 10100101 110100 11001010 10010 1001010 0 10101 100011101 111011 110010

Color Harmonies of #A534CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A534CA

Black with #A534CA

Text Example


Text Example

White with #A534CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A534CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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