Html Css Color HEX #AF69DF Amethyst

📋 copy color: '#AF69DF'

red 175 ◦ green 105 ◦ blue 223

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

Shades of Amethyst #AF69DF

Tints of Amethyst #AF69DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.87%

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

R = 34.79%
G = 20.87%
B = 44.33%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF69DF (or 0xAF69DF) is known color: Amethyst. HEX triplet: AF, 69 and DF. RGB value is (175,105,223). Sum of RGB (Red+Green+Blue) = 175+105+223=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF69DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69DF is #509620. Grayscale: #8A8A8A. Windows color (decimal): -5281313 or 14641583. OLE color: 14641583.

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

Color convert

RGB 175 105 223 -
CMYK 0.22 0.53 0 0.13
HSL 275.59º 0.65% 0.64% -
HSV(B) 275.59º 0.53% 0.87% -
XYZ 36.05 24.54 72.65 -
YUV 139.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 175 105 223 0.22 0.53 0 0.13 275.59 0.65 0.64
Hex AF 69 DF 16 35 0 D 114 41 40
Octal 257 151 337 26 65 0 15 424 101 100
Binary 10101111 1101001 11011111 10110 110101 0 1101 100010100 1000001 1000000

Color Harmonies of #AF69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69DF

Black with #AF69DF

Text Example


Text Example

White with #AF69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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