Html Css Color HEX #AB69CA Amethyst

📋 copy color: '#AB69CA'

red 171 ◦ green 105 ◦ blue 202

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

Shades of Amethyst #AB69CA

Tints of Amethyst #AB69CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 35.77%
G = 21.97%
B = 42.26%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB69CA (or 0xAB69CA) is known color: Amethyst. HEX triplet: AB, 69 and CA. RGB value is (171,105,202). Sum of RGB (Red+Green+Blue) = 171+105+202=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69CA is #549635. Grayscale: #878787. Windows color (decimal): -5543478 or 13265323. OLE color: 13265323.

HSL color Cylindrical-coordinate representation of color #AB69CA: hue angle of 280.82º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB69CA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 105 202 -
CMYK 0.15 0.48 0 0.21
HSL 280.82º 0.48% 0.6% -
HSV(B) 280.82º 0.48% 0.79% -
XYZ 32.51 23.03 58.61 -
YUV 135.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 171 105 202 0.15 0.48 0 0.21 280.82 0.48 0.6
Hex AB 69 CA F 30 0 15 119 30 3C
Octal 253 151 312 17 60 0 25 431 60 74
Binary 10101011 1101001 11001010 1111 110000 0 10101 100011001 110000 111100

Color Harmonies of #AB69CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB69CA

Black with #AB69CA

Text Example


Text Example

White with #AB69CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB69CA; }

 p { color: rgb(171,105,202); }

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

background-color css

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

 a { background-color: rgb(171,105,202); }

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

border-color css

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

 span { border-color: rgb(171,105,202); }

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