Html Css Color HEX #A567CF Amethyst

📋 copy color: '#A567CF'

red 165 ◦ green 103 ◦ blue 207

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

Shades of Amethyst #A567CF

Tints of Amethyst #A567CF

RGB

 RED value IS 165 (64.84% from 255) = 34.74%

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

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

R = 34.74%
G = 21.68%
B = 43.58%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A567CF (or 0xA567CF) is known color: Amethyst. HEX triplet: A5, 67 and CF. RGB value is (165,103,207). Sum of RGB (Red+Green+Blue) = 165+103+207=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #A567CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A567CF is #5A9830. Grayscale: #858585. Windows color (decimal): -5937201 or 13592485. OLE color: 13592485.

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

Color convert

RGB 165 103 207 -
CMYK 0.20 0.50 0 0.19
HSL 275.77º 0.52% 0.61% -
HSV(B) 275.77º 0.5% 0.81% -
XYZ 31.63 22.2 61.65 -
YUV 133.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 165 103 207 0.20 0.50 0 0.19 275.77 0.52 0.61
Hex A5 67 CF 14 32 0 13 114 34 3D
Octal 245 147 317 24 62 0 23 424 64 75
Binary 10100101 1100111 11001111 10100 110010 0 10011 100010100 110100 111101

Color Harmonies of #A567CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A567CF

Black with #A567CF

Text Example


Text Example

White with #A567CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A567CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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