Html Css Color HEX #AF6ADE Amethyst

📋 copy color: '#AF6ADE'

red 175 ◦ green 106 ◦ blue 222

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

Shades of Amethyst #AF6ADE

Tints of Amethyst #AF6ADE

RGB

 RED value IS 175 (68.75% from 255) = 34.79%

 GREEN value IS 106 (41.8% from 255) = 21.07%

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 34.79%
G = 21.07%
B = 44.14%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF6ADE (or 0xAF6ADE) is known color: Amethyst. HEX triplet: AF, 6A and DE. RGB value is (175,106,222). Sum of RGB (Red+Green+Blue) = 175+106+222=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ADE is #509521. Grayscale: #8B8B8B. Windows color (decimal): -5281058 or 14576303. OLE color: 14576303.

HSL color Cylindrical-coordinate representation of color #AF6ADE: hue angle of 275.69º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6ADE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 106 222 -
CMYK 0.21 0.52 0 0.13
HSL 275.69º 0.64% 0.64% -
HSV(B) 275.69º 0.52% 0.87% -
XYZ 36.02 24.7 71.98 -
YUV 139.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 175 106 222 0.21 0.52 0 0.13 275.69 0.64 0.64
Hex AF 6A DE 15 34 0 D 114 40 40
Octal 257 152 336 25 64 0 15 424 100 100
Binary 10101111 1101010 11011110 10101 110100 0 1101 100010100 1000000 1000000

Color Harmonies of #AF6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ADE

Black with #AF6ADE

Text Example


Text Example

White with #AF6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ADE; }

 p { color: rgb(175,106,222); }

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

background-color css

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

 a { background-color: rgb(175,106,222); }

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

border-color css

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

 span { border-color: rgb(175,106,222); }

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