Html Css Color HEX #AF6BE1 Amethyst

📋 copy color: '#AF6BE1'

red 175 ◦ green 107 ◦ blue 225

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

Shades of Amethyst #AF6BE1

Tints of Amethyst #AF6BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.38%

R = 34.52%
G = 21.1%
B = 44.38%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF6BE1 (or 0xAF6BE1) is known color: Amethyst. HEX triplet: AF, 6B and E1. RGB value is (175,107,225). Sum of RGB (Red+Green+Blue) = 175+107+225=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF6BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BE1 is #50941E. Grayscale: #8C8C8C. Windows color (decimal): -5280799 or 14773167. OLE color: 14773167.

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

Color convert

RGB 175 107 225 -
CMYK 0.22 0.52 0 0.12
HSL 274.58º 0.66% 0.65% -
HSV(B) 274.58º 0.52% 0.88% -
XYZ 36.53 25.07 74.15 -
YUV 140.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 175 107 225 0.22 0.52 0 0.12 274.58 0.66 0.65
Hex AF 6B E1 16 34 0 C 113 42 41
Octal 257 153 341 26 64 0 14 423 102 101
Binary 10101111 1101011 11100001 10110 110100 0 1100 100010011 1000010 1000001

Color Harmonies of #AF6BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BE1

Black with #AF6BE1

Text Example


Text Example

White with #AF6BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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