Html Css Color HEX #A342CD Dark Orchid

📋 copy color: '#A342CD'

red 163 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #A342CD

Tints of Dark Orchid #A342CD

RGB

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

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

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

R = 37.56%
G = 15.21%
B = 47.24%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A342CD (or 0xA342CD) is known color: Dark Orchid. HEX triplet: A3, 42 and CD. RGB value is (163,66,205). Sum of RGB (Red+Green+Blue) = 163+66+205=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #A342CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342CD is #5CBD32. Grayscale: #6E6E6E. Windows color (decimal): -6077747 or 13451939. OLE color: 13451939.

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

Color convert

RGB 163 66 205 -
CMYK 0.20 0.68 0 0.20
HSL 281.87º 0.58% 0.53% -
HSV(B) 281.87º 0.68% 0.8% -
XYZ 28.07 16.09 59.38 -
YUV 110.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 163 66 205 0.20 0.68 0 0.20 281.87 0.58 0.53
Hex A3 42 CD 14 44 0 14 11A 3A 35
Octal 243 102 315 24 104 0 24 432 72 65
Binary 10100011 1000010 11001101 10100 1000100 0 10100 100011010 111010 110101

Color Harmonies of #A342CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342CD

Black with #A342CD

Text Example


Text Example

White with #A342CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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