Html Css Color HEX #A67AF4 Medium Purple

📋 copy color: '#A67AF4'

red 166 ◦ green 122 ◦ blue 244

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

Shades of Medium Purple #A67AF4

Tints of Medium Purple #A67AF4

RGB

 RED value IS 166 (65.23% from 255) = 31.2%

 GREEN value IS 122 (48.05% from 255) = 22.93%

 BLUE value IS 244 (95.7% from 255) = 45.86%

R = 31.2%
G = 22.93%
B = 45.86%

CMYK

 C value IS 0.32

 M value IS 0.5

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A67AF4 (or 0xA67AF4) is known color: Medium Purple. HEX triplet: A6, 7A and F4. RGB value is (166,122,244). Sum of RGB (Red+Green+Blue) = 166+122+244=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #A67AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AF4 is #59850B. Grayscale: #949494. Windows color (decimal): -5866764 or 16022182. OLE color: 16022182.

HSL color Cylindrical-coordinate representation of color #A67AF4: hue angle of 261.64º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67AF4 is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 122 244 -
CMYK 0.32 0.5 0 0.04
HSL 261.64º 0.85% 0.72% -
HSV(B) 261.64º 0.5% 0.96% -
XYZ 39.01 28.56 89.04 -
YUV 149.06 181.58 140.08 -
System Red Green Blue C M Y K H S L
Decimal 166 122 244 0.32 0.5 0 0.04 261.64 0.85 0.72
Hex A6 7A F4 20 32 0 4 106 55 48
Octal 246 172 364 40 62 0 4 406 125 110
Binary 10100110 1111010 11110100 100000 110010 0 100 100000110 1010101 1001000

Color Harmonies of #A67AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67AF4

Black with #A67AF4

Text Example


Text Example

White with #A67AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67AF4; }

 p { color: rgb(166,122,244); }

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

background-color css

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

 a { background-color: rgb(166,122,244); }

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

border-color css

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

 span { border-color: rgb(166,122,244); }

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