Html Css Color HEX #A342CF Dark Orchid

📋 copy color: '#A342CF'

red 163 ◦ green 66 ◦ blue 207

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

Shades of Dark Orchid #A342CF

Tints of Dark Orchid #A342CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 37.39%
G = 15.14%
B = 47.48%

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

#A342CF (or 0xA342CF) is known color: Dark Orchid. HEX triplet: A3, 42 and CF. RGB value is (163,66,207). Sum of RGB (Red+Green+Blue) = 163+66+207=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A342CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342CF is #5CBD30. Grayscale: #6E6E6E. Windows color (decimal): -6077745 or 13583011. OLE color: 13583011.

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

Color convert

RGB 163 66 207 -
CMYK 0.21 0.68 0 0.19
HSL 281.28º 0.59% 0.54% -
HSV(B) 281.28º 0.68% 0.81% -
XYZ 28.31 16.19 60.66 -
YUV 111.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 163 66 207 0.21 0.68 0 0.19 281.28 0.59 0.54
Hex A3 42 CF 15 44 0 13 119 3B 36
Octal 243 102 317 25 104 0 23 431 73 66
Binary 10100011 1000010 11001111 10101 1000100 0 10011 100011001 111011 110110

Color Harmonies of #A342CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342CF

Black with #A342CF

Text Example


Text Example

White with #A342CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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