Html Css Color HEX #A543CA Dark Orchid

📋 copy color: '#A543CA'

red 165 ◦ green 67 ◦ blue 202

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

Shades of Dark Orchid #A543CA

Tints of Dark Orchid #A543CA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.44%

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

R = 38.02%
G = 15.44%
B = 46.54%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A543CA (or 0xA543CA) is known color: Dark Orchid. HEX triplet: A5, 43 and CA. RGB value is (165,67,202). Sum of RGB (Red+Green+Blue) = 165+67+202=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #A543CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A543CA is #5ABC35. Grayscale: #6F6F6F. Windows color (decimal): -5946422 or 13255589. OLE color: 13255589.

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

Color convert

RGB 165 67 202 -
CMYK 0.18 0.67 0 0.21
HSL 283.56º 0.56% 0.53% -
HSV(B) 283.56º 0.67% 0.79% -
XYZ 28.18 16.28 57.53 -
YUV 111.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 165 67 202 0.18 0.67 0 0.21 283.56 0.56 0.53
Hex A5 43 CA 12 43 0 15 11C 38 35
Octal 245 103 312 22 103 0 25 434 70 65
Binary 10100101 1000011 11001010 10010 1000011 0 10101 100011100 111000 110101

Color Harmonies of #A543CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A543CA

Black with #A543CA

Text Example


Text Example

White with #A543CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A543CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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