Html Css Color HEX #AF6BDF Amethyst

📋 copy color: '#AF6BDF'

red 175 ◦ green 107 ◦ blue 223

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

Shades of Amethyst #AF6BDF

Tints of Amethyst #AF6BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 34.65%
G = 21.19%
B = 44.16%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF6BDF (or 0xAF6BDF) is known color: Amethyst. HEX triplet: AF, 6B and DF. RGB value is (175,107,223). Sum of RGB (Red+Green+Blue) = 175+107+223=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BDF is #509420. Grayscale: #8C8C8C. Windows color (decimal): -5280801 or 14642095. OLE color: 14642095.

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

Color convert

RGB 175 107 223 -
CMYK 0.22 0.52 0 0.13
HSL 275.17º 0.64% 0.65% -
HSV(B) 275.17º 0.52% 0.87% -
XYZ 36.26 24.96 72.72 -
YUV 140.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 175 107 223 0.22 0.52 0 0.13 275.17 0.64 0.65
Hex AF 6B DF 16 34 0 D 113 40 41
Octal 257 153 337 26 64 0 15 423 100 101
Binary 10101111 1101011 11011111 10110 110100 0 1101 100010011 1000000 1000001

Color Harmonies of #AF6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BDF

Black with #AF6BDF

Text Example


Text Example

White with #AF6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BDF; }

 p { color: rgb(175,107,223); }

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

background-color css

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

 a { background-color: rgb(175,107,223); }

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

border-color css

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

 span { border-color: rgb(175,107,223); }

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