Html Css Color HEX #864ACF Amethyst

📋 copy color: '#864ACF'

red 134 ◦ green 74 ◦ blue 207

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

Shades of Amethyst #864ACF

Tints of Amethyst #864ACF

RGB

 RED value IS 134 (52.73% from 255) = 32.29%

 GREEN value IS 74 (29.3% from 255) = 17.83%

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

R = 32.29%
G = 17.83%
B = 49.88%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#864ACF (or 0x864ACF) is known color: Amethyst. HEX triplet: 86, 4A and CF. RGB value is (134,74,207). Sum of RGB (Red+Green+Blue) = 134+74+207=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #864ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864ACF is #79B530. Grayscale: #6A6A6A. Windows color (decimal): -7976241 or 13585030. OLE color: 13585030.

HSL color Cylindrical-coordinate representation of color #864ACF: hue angle of 267.07º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #864ACF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 74 207 -
CMYK 0.35 0.64 0 0.19
HSL 267.07º 0.58% 0.55% -
HSV(B) 267.07º 0.64% 0.81% -
XYZ 23.54 14.47 60.58 -
YUV 107.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 134 74 207 0.35 0.64 0 0.19 267.07 0.58 0.55
Hex 86 4A CF 23 40 0 13 10B 3A 37
Octal 206 112 317 43 100 0 23 413 72 67
Binary 10000110 1001010 11001111 100011 1000000 0 10011 100001011 111010 110111

Color Harmonies of #864ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864ACF

Black with #864ACF

Text Example


Text Example

White with #864ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864ACF; }

 p { color: rgb(134,74,207); }

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

background-color css

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

 a { background-color: rgb(134,74,207); }

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

border-color css

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

 span { border-color: rgb(134,74,207); }

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