Html Css Color HEX #AF6ECB Amethyst

📋 copy color: '#AF6ECB'

red 175 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #AF6ECB

Tints of Amethyst #AF6ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.54%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 35.86%
G = 22.54%
B = 41.6%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF6ECB (or 0xAF6ECB) is known color: Amethyst. HEX triplet: AF, 6E and CB. RGB value is (175,110,203). Sum of RGB (Red+Green+Blue) = 175+110+203=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF6ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ECB is #509134. Grayscale: #8B8B8B. Windows color (decimal): -5280053 or 13332143. OLE color: 13332143.

HSL color Cylindrical-coordinate representation of color #AF6ECB: hue angle of 281.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6ECB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 110 203 -
CMYK 0.14 0.46 0 0.20
HSL 281.94º 0.47% 0.61% -
HSV(B) 281.94º 0.46% 0.8% -
XYZ 34.03 24.58 59.45 -
YUV 140.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 175 110 203 0.14 0.46 0 0.20 281.94 0.47 0.61
Hex AF 6E CB E 2E 0 14 11A 2F 3D
Octal 257 156 313 16 56 0 24 432 57 75
Binary 10101111 1101110 11001011 1110 101110 0 10100 100011010 101111 111101

Color Harmonies of #AF6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ECB

Black with #AF6ECB

Text Example


Text Example

White with #AF6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ECB; }

 p { color: rgb(175,110,203); }

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

background-color css

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

 a { background-color: rgb(175,110,203); }

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

border-color css

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

 span { border-color: rgb(175,110,203); }

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