Html Css Color HEX #A543C6 Dark Orchid

📋 copy color: '#A543C6'

red 165 ◦ green 67 ◦ blue 198

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

Shades of Dark Orchid #A543C6

Tints of Dark Orchid #A543C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.05%

R = 38.37%
G = 15.58%
B = 46.05%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A543C6 (or 0xA543C6) is known color: Dark Orchid. HEX triplet: A5, 43 and C6. RGB value is (165,67,198). Sum of RGB (Red+Green+Blue) = 165+67+198=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #A543C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A543C6 is #5ABC39. Grayscale: #6E6E6E. Windows color (decimal): -5946426 or 12993445. OLE color: 12993445.

HSL color Cylindrical-coordinate representation of color #A543C6: hue angle of 284.89º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A543C6 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 67 198 -
CMYK 0.17 0.66 0 0.22
HSL 284.89º 0.53% 0.52% -
HSV(B) 284.89º 0.66% 0.78% -
XYZ 27.72 16.09 55.07 -
YUV 111.24 176.97 166.35 -
System Red Green Blue C M Y K H S L
Decimal 165 67 198 0.17 0.66 0 0.22 284.89 0.53 0.52
Hex A5 43 C6 11 42 0 16 11D 35 34
Octal 245 103 306 21 102 0 26 435 65 64
Binary 10100101 1000011 11000110 10001 1000010 0 10110 100011101 110101 110100

Color Harmonies of #A543C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A543C6

Black with #A543C6

Text Example


Text Example

White with #A543C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A543C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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