Html Css Color HEX #AF6ADA Amethyst

📋 copy color: '#AF6ADA'

red 175 ◦ green 106 ◦ blue 218

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

Shades of Amethyst #AF6ADA

Tints of Amethyst #AF6ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 35.07%
G = 21.24%
B = 43.69%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF6ADA (or 0xAF6ADA) is known color: Amethyst. HEX triplet: AF, 6A and DA. RGB value is (175,106,218). Sum of RGB (Red+Green+Blue) = 175+106+218=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF6ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ADA is #509525. Grayscale: #8B8B8B. Windows color (decimal): -5281062 or 14314159. OLE color: 14314159.

HSL color Cylindrical-coordinate representation of color #AF6ADA: hue angle of 276.96º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6ADA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 106 218 -
CMYK 0.20 0.51 0 0.15
HSL 276.96º 0.6% 0.64% -
HSV(B) 276.96º 0.51% 0.85% -
XYZ 35.49 24.48 69.19 -
YUV 139.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 175 106 218 0.20 0.51 0 0.15 276.96 0.6 0.64
Hex AF 6A DA 14 33 0 F 115 3C 40
Octal 257 152 332 24 63 0 17 425 74 100
Binary 10101111 1101010 11011010 10100 110011 0 1111 100010101 111100 1000000

Color Harmonies of #AF6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ADA

Black with #AF6ADA

Text Example


Text Example

White with #AF6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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