Html Css Color HEX #A344CE Dark Orchid

📋 copy color: '#A344CE'

red 163 ◦ green 68 ◦ blue 206

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

Shades of Dark Orchid #A344CE

Tints of Dark Orchid #A344CE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.56%

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

R = 37.3%
G = 15.56%
B = 47.14%

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

#A344CE (or 0xA344CE) is known color: Dark Orchid. HEX triplet: A3, 44 and CE. RGB value is (163,68,206). Sum of RGB (Red+Green+Blue) = 163+68+206=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #A344CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344CE is #5CBB31. Grayscale: #6F6F6F. Windows color (decimal): -6077234 or 13517987. OLE color: 13517987.

HSL color Cylindrical-coordinate representation of color #A344CE: hue angle of 281.3º 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 #A344CE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 68 206 -
CMYK 0.21 0.67 0 0.19
HSL 281.3º 0.58% 0.54% -
HSV(B) 281.3º 0.67% 0.81% -
XYZ 28.31 16.38 60.06 -
YUV 112.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 163 68 206 0.21 0.67 0 0.19 281.3 0.58 0.54
Hex A3 44 CE 15 43 0 13 119 3A 36
Octal 243 104 316 25 103 0 23 431 72 66
Binary 10100011 1000100 11001110 10101 1000011 0 10011 100011001 111010 110110

Color Harmonies of #A344CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344CE

Black with #A344CE

Text Example


Text Example

White with #A344CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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