Html Css Color HEX #824ACD Amethyst

📋 copy color: '#824ACD'

red 130 ◦ green 74 ◦ blue 205

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

Shades of Amethyst #824ACD

Tints of Amethyst #824ACD

RGB

 RED value IS 130 (51.17% from 255) = 31.78%

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 31.78%
G = 18.09%
B = 50.12%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#824ACD (or 0x824ACD) is known color: Amethyst. HEX triplet: 82, 4A and CD. RGB value is (130,74,205). Sum of RGB (Red+Green+Blue) = 130+74+205=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #824ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ACD is #7DB532. Grayscale: #696969. Windows color (decimal): -8238387 or 13453954. OLE color: 13453954.

HSL color Cylindrical-coordinate representation of color #824ACD: hue angle of 265.65º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #824ACD is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 74 205 -
CMYK 0.37 0.64 0 0.20
HSL 265.65º 0.57% 0.55% -
HSV(B) 265.65º 0.64% 0.8% -
XYZ 22.67 14.05 59.27 -
YUV 105.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 130 74 205 0.37 0.64 0 0.20 265.65 0.57 0.55
Hex 82 4A CD 25 40 0 14 10A 39 37
Octal 202 112 315 45 100 0 24 412 71 67
Binary 10000010 1001010 11001101 100101 1000000 0 10100 100001010 111001 110111

Color Harmonies of #824ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ACD

Black with #824ACD

Text Example


Text Example

White with #824ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824ACD; }

 p { color: rgb(130,74,205); }

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

background-color css

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

 a { background-color: rgb(130,74,205); }

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

border-color css

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

 span { border-color: rgb(130,74,205); }

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