Html Css Color HEX #AF67EA Amethyst

📋 copy color: '#AF67EA'

red 175 ◦ green 103 ◦ blue 234

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

Shades of Amethyst #AF67EA

Tints of Amethyst #AF67EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 34.18%
G = 20.12%
B = 45.7%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF67EA (or 0xAF67EA) is known color: Amethyst. HEX triplet: AF, 67 and EA. RGB value is (175,103,234). Sum of RGB (Red+Green+Blue) = 175+103+234=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF67EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67EA is #509815. Grayscale: #8B8B8B. Windows color (decimal): -5281814 or 15361967. OLE color: 15361967.

HSL color Cylindrical-coordinate representation of color #AF67EA: hue angle of 272.98º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF67EA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 103 234 -
CMYK 0.25 0.56 0 0.08
HSL 272.98º 0.76% 0.66% -
HSV(B) 272.98º 0.56% 0.92% -
XYZ 37.38 24.75 80.65 -
YUV 139.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 175 103 234 0.25 0.56 0 0.08 272.98 0.76 0.66
Hex AF 67 EA 19 38 0 8 111 4C 42
Octal 257 147 352 31 70 0 10 421 114 102
Binary 10101111 1100111 11101010 11001 111000 0 1000 100010001 1001100 1000010

Color Harmonies of #AF67EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67EA

Black with #AF67EA

Text Example


Text Example

White with #AF67EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67EA; }

 p { color: rgb(175,103,234); }

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

background-color css

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

 a { background-color: rgb(175,103,234); }

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

border-color css

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

 span { border-color: rgb(175,103,234); }

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