Html Css Color HEX #AF6BE0 Amethyst

📋 copy color: '#AF6BE0'

red 175 ◦ green 107 ◦ blue 224

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

Shades of Amethyst #AF6BE0

Tints of Amethyst #AF6BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 34.58%
G = 21.15%
B = 44.27%

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

#AF6BE0 (or 0xAF6BE0) is known color: Amethyst. HEX triplet: AF, 6B and E0. RGB value is (175,107,224). Sum of RGB (Red+Green+Blue) = 175+107+224=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF6BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BE0 is #50941F. Grayscale: #8C8C8C. Windows color (decimal): -5280800 or 14707631. OLE color: 14707631.

HSL color Cylindrical-coordinate representation of color #AF6BE0: hue angle of 274.87º degrees, saturation: 0.65, 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 #AF6BE0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 107 224 -
CMYK 0.22 0.52 0 0.12
HSL 274.87º 0.65% 0.65% -
HSV(B) 274.87º 0.52% 0.88% -
XYZ 36.39 25.01 73.43 -
YUV 140.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 175 107 224 0.22 0.52 0 0.12 274.87 0.65 0.65
Hex AF 6B E0 16 34 0 C 113 41 41
Octal 257 153 340 26 64 0 14 423 101 101
Binary 10101111 1101011 11100000 10110 110100 0 1100 100010011 1000001 1000001

Color Harmonies of #AF6BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BE0

Black with #AF6BE0

Text Example


Text Example

White with #AF6BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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