Html Css Color HEX #A643D5 Dark Orchid

📋 copy color: '#A643D5'

red 166 ◦ green 67 ◦ blue 213

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

Shades of Dark Orchid #A643D5

Tints of Dark Orchid #A643D5

RGB

 RED value IS 166 (65.23% from 255) = 37.22%

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

 BLUE value IS 213 (83.59% from 255) = 47.76%

R = 37.22%
G = 15.02%
B = 47.76%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A643D5 (or 0xA643D5) is known color: Dark Orchid. HEX triplet: A6, 43 and D5. RGB value is (166,67,213). Sum of RGB (Red+Green+Blue) = 166+67+213=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #A643D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643D5 is #59BC2A. Grayscale: #707070. Windows color (decimal): -5880875 or 13976486. OLE color: 13976486.

HSL color Cylindrical-coordinate representation of color #A643D5: hue angle of 280.68º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A643D5 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 67 213 -
CMYK 0.22 0.69 0 0.16
HSL 280.68º 0.63% 0.55% -
HSV(B) 280.68º 0.69% 0.84% -
XYZ 29.74 16.93 64.65 -
YUV 113.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 166 67 213 0.22 0.69 0 0.16 280.68 0.63 0.55
Hex A6 43 D5 16 45 0 10 119 3F 37
Octal 246 103 325 26 105 0 20 431 77 67
Binary 10100110 1000011 11010101 10110 1000101 0 10000 100011001 111111 110111

Color Harmonies of #A643D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A643D5

Black with #A643D5

Text Example


Text Example

White with #A643D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A643D5; }

 p { color: rgb(166,67,213); }

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

background-color css

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

 a { background-color: rgb(166,67,213); }

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

border-color css

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

 span { border-color: rgb(166,67,213); }

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