Html Css Color HEX #AB67CF Amethyst

📋 copy color: '#AB67CF'

red 171 ◦ green 103 ◦ blue 207

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

Shades of Amethyst #AB67CF

Tints of Amethyst #AB67CF

RGB

 RED value IS 171 (67.19% from 255) = 35.55%

 GREEN value IS 103 (40.63% from 255) = 21.41%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 35.55%
G = 21.41%
B = 43.04%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB67CF (or 0xAB67CF) is known color: Amethyst. HEX triplet: AB, 67 and CF. RGB value is (171,103,207). Sum of RGB (Red+Green+Blue) = 171+103+207=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB67CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67CF is #549830. Grayscale: #868686. Windows color (decimal): -5543985 or 13592491. OLE color: 13592491.

HSL color Cylindrical-coordinate representation of color #AB67CF: hue angle of 279.23º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB67CF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 103 207 -
CMYK 0.17 0.50 0 0.19
HSL 279.23º 0.52% 0.61% -
HSV(B) 279.23º 0.5% 0.81% -
XYZ 32.91 22.86 61.71 -
YUV 135.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 171 103 207 0.17 0.50 0 0.19 279.23 0.52 0.61
Hex AB 67 CF 11 32 0 13 117 34 3D
Octal 253 147 317 21 62 0 23 427 64 75
Binary 10101011 1100111 11001111 10001 110010 0 10011 100010111 110100 111101

Color Harmonies of #AB67CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB67CF

Black with #AB67CF

Text Example


Text Example

White with #AB67CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB67CF; }

 p { color: rgb(171,103,207); }

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

background-color css

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

 a { background-color: rgb(171,103,207); }

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

border-color css

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

 span { border-color: rgb(171,103,207); }

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