Html Css Color HEX #A342CE Dark Orchid

📋 copy color: '#A342CE'

red 163 ◦ green 66 ◦ blue 206

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

Shades of Dark Orchid #A342CE

Tints of Dark Orchid #A342CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.17%

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

R = 37.47%
G = 15.17%
B = 47.36%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A342CE (or 0xA342CE) is known color: Dark Orchid. HEX triplet: A3, 42 and CE. RGB value is (163,66,206). Sum of RGB (Red+Green+Blue) = 163+66+206=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #A342CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342CE is #5CBD31. Grayscale: #6E6E6E. Windows color (decimal): -6077746 or 13517475. OLE color: 13517475.

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

Color convert

RGB 163 66 206 -
CMYK 0.21 0.68 0 0.19
HSL 281.57º 0.59% 0.53% -
HSV(B) 281.57º 0.68% 0.81% -
XYZ 28.19 16.14 60.02 -
YUV 110.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 163 66 206 0.21 0.68 0 0.19 281.57 0.59 0.53
Hex A3 42 CE 15 44 0 13 11A 3B 35
Octal 243 102 316 25 104 0 23 432 73 65
Binary 10100011 1000010 11001110 10101 1000100 0 10011 100011010 111011 110101

Color Harmonies of #A342CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342CE

Black with #A342CE

Text Example


Text Example

White with #A342CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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