Html Css Color HEX #A643CD Dark Orchid

📋 copy color: '#A643CD'

red 166 ◦ green 67 ◦ blue 205

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

Shades of Dark Orchid #A643CD

Tints of Dark Orchid #A643CD

RGB

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

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

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

R = 37.9%
G = 15.3%
B = 46.8%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A643CD (or 0xA643CD) is known color: Dark Orchid. HEX triplet: A6, 43 and CD. RGB value is (166,67,205). Sum of RGB (Red+Green+Blue) = 166+67+205=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #A643CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643CD is #59BC32. Grayscale: #6F6F6F. Windows color (decimal): -5880883 or 13452198. OLE color: 13452198.

HSL color Cylindrical-coordinate representation of color #A643CD: hue angle of 283.04º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A643CD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 67 205 -
CMYK 0.19 0.67 0 0.20
HSL 283.04º 0.58% 0.53% -
HSV(B) 283.04º 0.67% 0.8% -
XYZ 28.75 16.53 59.43 -
YUV 112.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 166 67 205 0.19 0.67 0 0.20 283.04 0.58 0.53
Hex A6 43 CD 13 43 0 14 11B 3A 35
Octal 246 103 315 23 103 0 24 433 72 65
Binary 10100110 1000011 11001101 10011 1000011 0 10100 100011011 111010 110101

Color Harmonies of #A643CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A643CD

Black with #A643CD

Text Example


Text Example

White with #A643CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A643CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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