Html Css Color HEX #A345CE Dark Orchid

📋 copy color: '#A345CE'

red 163 ◦ green 69 ◦ blue 206

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

Shades of Dark Orchid #A345CE

Tints of Dark Orchid #A345CE

RGB

 RED value IS 163 (64.06% from 255) = 37.21%

 GREEN value IS 69 (27.34% from 255) = 15.75%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 37.21%
G = 15.75%
B = 47.03%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A345CE (or 0xA345CE) is known color: Dark Orchid. HEX triplet: A3, 45 and CE. RGB value is (163,69,206). Sum of RGB (Red+Green+Blue) = 163+69+206=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #A345CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345CE is #5CBA31. Grayscale: #707070. Windows color (decimal): -6076978 or 13518243. OLE color: 13518243.

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

Color convert

RGB 163 69 206 -
CMYK 0.21 0.67 0 0.19
HSL 281.17º 0.58% 0.54% -
HSV(B) 281.17º 0.67% 0.81% -
XYZ 28.37 16.5 60.08 -
YUV 112.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 163 69 206 0.21 0.67 0 0.19 281.17 0.58 0.54
Hex A3 45 CE 15 43 0 13 119 3A 36
Octal 243 105 316 25 103 0 23 431 72 66
Binary 10100011 1000101 11001110 10101 1000011 0 10011 100011001 111010 110110

Color Harmonies of #A345CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A345CE

Black with #A345CE

Text Example


Text Example

White with #A345CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A345CE; }

 p { color: rgb(163,69,206); }

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

background-color css

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

 a { background-color: rgb(163,69,206); }

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

border-color css

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

 span { border-color: rgb(163,69,206); }

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