Html Css Color HEX #A34CD4 Medium Orchid

📋 copy color: '#A34CD4'

red 163 ◦ green 76 ◦ blue 212

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

Shades of Medium Orchid #A34CD4

Tints of Medium Orchid #A34CD4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

 BLUE value IS 212 (83.2% from 255) = 47.01%

R = 36.14%
G = 16.85%
B = 47.01%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A34CD4 (or 0xA34CD4) is known color: Medium Orchid. HEX triplet: A3, 4C and D4. RGB value is (163,76,212). Sum of RGB (Red+Green+Blue) = 163+76+212=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #A34CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CD4 is #5CB32B. Grayscale: #757575. Windows color (decimal): -6075180 or 13913251. OLE color: 13913251.

HSL color Cylindrical-coordinate representation of color #A34CD4: hue angle of 278.38º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A34CD4 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 163 76 212 -
CMYK 0.23 0.64 0 0.17
HSL 278.38º 0.61% 0.56% -
HSV(B) 278.38º 0.64% 0.83% -
XYZ 29.57 17.71 64.15 -
YUV 117.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 163 76 212 0.23 0.64 0 0.17 278.38 0.61 0.56
Hex A3 4C D4 17 40 0 11 116 3D 38
Octal 243 114 324 27 100 0 21 426 75 70
Binary 10100011 1001100 11010100 10111 1000000 0 10001 100010110 111101 111000

Color Harmonies of #A34CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CD4

Black with #A34CD4

Text Example


Text Example

White with #A34CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CD4; }

 p { color: rgb(163,76,212); }

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

background-color css

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

 a { background-color: rgb(163,76,212); }

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

border-color css

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

 span { border-color: rgb(163,76,212); }

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