Html Css Color HEX #AF69DE Amethyst

📋 copy color: '#AF69DE'

red 175 ◦ green 105 ◦ blue 222

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

Shades of Amethyst #AF69DE

Tints of Amethyst #AF69DE

RGB

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

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

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

R = 34.86%
G = 20.92%
B = 44.22%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF69DE (or 0xAF69DE) is known color: Amethyst. HEX triplet: AF, 69 and DE. RGB value is (175,105,222). Sum of RGB (Red+Green+Blue) = 175+105+222=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF69DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69DE is #509621. Grayscale: #8A8A8A. Windows color (decimal): -5281314 or 14576047. OLE color: 14576047.

HSL color Cylindrical-coordinate representation of color #AF69DE: hue angle of 275.9º degrees, saturation: 0.64, 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 #AF69DE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 105 222 -
CMYK 0.21 0.53 0 0.13
HSL 275.9º 0.64% 0.64% -
HSV(B) 275.9º 0.53% 0.87% -
XYZ 35.92 24.49 71.94 -
YUV 139.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 175 105 222 0.21 0.53 0 0.13 275.9 0.64 0.64
Hex AF 69 DE 15 35 0 D 114 40 40
Octal 257 151 336 25 65 0 15 424 100 100
Binary 10101111 1101001 11011110 10101 110101 0 1101 100010100 1000000 1000000

Color Harmonies of #AF69DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69DE

Black with #AF69DE

Text Example


Text Example

White with #AF69DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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