Html Css Color HEX #A342E0 Dark Orchid

📋 copy color: '#A342E0'

red 163 ◦ green 66 ◦ blue 224

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

Shades of Dark Orchid #A342E0

Tints of Dark Orchid #A342E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 35.98%
G = 14.57%
B = 49.45%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A342E0 (or 0xA342E0) is known color: Dark Orchid. HEX triplet: A3, 42 and E0. RGB value is (163,66,224). Sum of RGB (Red+Green+Blue) = 163+66+224=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #A342E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342E0 is #5CBD1F. Grayscale: #707070. Windows color (decimal): -6077728 or 14697123. OLE color: 14697123.

HSL color Cylindrical-coordinate representation of color #A342E0: hue angle of 276.84º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A342E0 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 66 224 -
CMYK 0.27 0.71 0 0.12
HSL 276.84º 0.72% 0.57% -
HSV(B) 276.84º 0.71% 0.88% -
XYZ 30.51 17.06 72.21 -
YUV 113.02 190.64 163.65 -
System Red Green Blue C M Y K H S L
Decimal 163 66 224 0.27 0.71 0 0.12 276.84 0.72 0.57
Hex A3 42 E0 1B 47 0 C 115 48 39
Octal 243 102 340 33 107 0 14 425 110 71
Binary 10100011 1000010 11100000 11011 1000111 0 1100 100010101 1001000 111001

Color Harmonies of #A342E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342E0

Black with #A342E0

Text Example


Text Example

White with #A342E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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