Html Css Color HEX #AF6CDA Amethyst

📋 copy color: '#AF6CDA'

red 175 ◦ green 108 ◦ blue 218

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

Shades of Amethyst #AF6CDA

Tints of Amethyst #AF6CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.56%

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

R = 34.93%
G = 21.56%
B = 43.51%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF6CDA (or 0xAF6CDA) is known color: Amethyst. HEX triplet: AF, 6C and DA. RGB value is (175,108,218). Sum of RGB (Red+Green+Blue) = 175+108+218=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF6CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CDA is #509325. Grayscale: #8C8C8C. Windows color (decimal): -5280550 or 14314671. OLE color: 14314671.

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

Color convert

RGB 175 108 218 -
CMYK 0.20 0.50 0 0.15
HSL 276.55º 0.6% 0.64% -
HSV(B) 276.55º 0.5% 0.85% -
XYZ 35.7 24.9 69.25 -
YUV 140.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 175 108 218 0.20 0.50 0 0.15 276.55 0.6 0.64
Hex AF 6C DA 14 32 0 F 115 3C 40
Octal 257 154 332 24 62 0 17 425 74 100
Binary 10101111 1101100 11011010 10100 110010 0 1111 100010101 111100 1000000

Color Harmonies of #AF6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CDA

Black with #AF6CDA

Text Example


Text Example

White with #AF6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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