Html Css Color HEX #AE6BCA Amethyst

📋 copy color: '#AE6BCA'

red 174 ◦ green 107 ◦ blue 202

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

Shades of Amethyst #AE6BCA

Tints of Amethyst #AE6BCA

RGB

 RED value IS 174 (68.36% from 255) = 36.02%

 GREEN value IS 107 (42.19% from 255) = 22.15%

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 36.02%
G = 22.15%
B = 41.82%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE6BCA (or 0xAE6BCA) is known color: Amethyst. HEX triplet: AE, 6B and CA. RGB value is (174,107,202). Sum of RGB (Red+Green+Blue) = 174+107+202=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BCA is #519435. Grayscale: #898989. Windows color (decimal): -5346358 or 13265838. OLE color: 13265838.

HSL color Cylindrical-coordinate representation of color #AE6BCA: hue angle of 282.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6BCA is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 107 202 -
CMYK 0.14 0.47 0 0.21
HSL 282.32º 0.47% 0.61% -
HSV(B) 282.32º 0.47% 0.79% -
XYZ 33.37 23.78 58.71 -
YUV 137.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 174 107 202 0.14 0.47 0 0.21 282.32 0.47 0.61
Hex AE 6B CA E 2F 0 15 11A 2F 3D
Octal 256 153 312 16 57 0 25 432 57 75
Binary 10101110 1101011 11001010 1110 101111 0 10101 100011010 101111 111101

Color Harmonies of #AE6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BCA

Black with #AE6BCA

Text Example


Text Example

White with #AE6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BCA; }

 p { color: rgb(174,107,202); }

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

background-color css

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

 a { background-color: rgb(174,107,202); }

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

border-color css

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

 span { border-color: rgb(174,107,202); }

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