Html Css Color HEX #A343E8 Dark Orchid

📋 copy color: '#A343E8'

red 163 ◦ green 67 ◦ blue 232

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

Shades of Dark Orchid #A343E8

Tints of Dark Orchid #A343E8

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.5%

 BLUE value IS 232 (91.02% from 255) = 50.22%

R = 35.28%
G = 14.5%
B = 50.22%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A343E8 (or 0xA343E8) is known color: Dark Orchid. HEX triplet: A3, 43 and E8. RGB value is (163,67,232). Sum of RGB (Red+Green+Blue) = 163+67+232=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #A343E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A343E8 is #5CBC17. Grayscale: #717171. Windows color (decimal): -6077464 or 15221667. OLE color: 15221667.

HSL color Cylindrical-coordinate representation of color #A343E8: hue angle of 274.91º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A343E8 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 67 232 -
CMYK 0.30 0.71 0 0.09
HSL 274.91º 0.78% 0.59% -
HSV(B) 274.91º 0.71% 0.91% -
XYZ 31.68 17.63 78.08 -
YUV 114.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 163 67 232 0.30 0.71 0 0.09 274.91 0.78 0.59
Hex A3 43 E8 1E 47 0 9 113 4E 3B
Octal 243 103 350 36 107 0 11 423 116 73
Binary 10100011 1000011 11101000 11110 1000111 0 1001 100010011 1001110 111011

Color Harmonies of #A343E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A343E8

Black with #A343E8

Text Example


Text Example

White with #A343E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A343E8; }

 p { color: rgb(163,67,232); }

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

background-color css

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

 a { background-color: rgb(163,67,232); }

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

border-color css

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

 span { border-color: rgb(163,67,232); }

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