Html Css Color HEX #AF6DCB Amethyst

📋 copy color: '#AF6DCB'

red 175 ◦ green 109 ◦ blue 203

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

Shades of Amethyst #AF6DCB

Tints of Amethyst #AF6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.38%

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

R = 35.93%
G = 22.38%
B = 41.68%

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

#AF6DCB (or 0xAF6DCB) is known color: Amethyst. HEX triplet: AF, 6D and CB. RGB value is (175,109,203). Sum of RGB (Red+Green+Blue) = 175+109+203=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF6DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DCB is #509234. Grayscale: #8B8B8B. Windows color (decimal): -5280309 or 13331887. OLE color: 13331887.

HSL color Cylindrical-coordinate representation of color #AF6DCB: hue angle of 282.13º 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 #AF6DCB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 109 203 -
CMYK 0.14 0.46 0 0.20
HSL 282.13º 0.47% 0.61% -
HSV(B) 282.13º 0.46% 0.8% -
XYZ 33.93 24.36 59.41 -
YUV 139.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 175 109 203 0.14 0.46 0 0.20 282.13 0.47 0.61
Hex AF 6D CB E 2E 0 14 11A 2F 3D
Octal 257 155 313 16 56 0 24 432 57 75
Binary 10101111 1101101 11001011 1110 101110 0 10100 100011010 101111 111101

Color Harmonies of #AF6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DCB

Black with #AF6DCB

Text Example


Text Example

White with #AF6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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