Html Css Color HEX #A967FE Medium Purple

📋 copy color: '#A967FE'

red 169 ◦ green 103 ◦ blue 254

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

Shades of Medium Purple #A967FE

Tints of Medium Purple #A967FE

RGB

 RED value IS 169 (66.41% from 255) = 32.13%

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

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 32.13%
G = 19.58%
B = 48.29%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A967FE (or 0xA967FE) is known color: Medium Purple. HEX triplet: A9, 67 and FE. RGB value is (169,103,254). Sum of RGB (Red+Green+Blue) = 169+103+254=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #A967FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A967FE is #569801. Grayscale: #8B8B8B. Windows color (decimal): -5675010 or 16672681. OLE color: 16672681.

HSL color Cylindrical-coordinate representation of color #A967FE: hue angle of 266.23º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A967FE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 103 254 -
CMYK 0.33 0.59 0 0.00
HSL 266.23º 0.99% 0.7% -
HSV(B) 266.23º 0.59% 1% -
XYZ 39.1 25.29 96.59 -
YUV 139.95 192.37 148.72 -
System Red Green Blue C M Y K H S L
Decimal 169 103 254 0.33 0.59 0 0.00 266.23 0.99 0.7
Hex A9 67 FE 21 3B 0 0 10A 63 46
Octal 251 147 376 41 73 0 0 412 143 106
Binary 10101001 1100111 11111110 100001 111011 0 0 100001010 1100011 1000110

Color Harmonies of #A967FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A967FE

Black with #A967FE

Text Example


Text Example

White with #A967FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A967FE; }

 p { color: rgb(169,103,254); }

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

background-color css

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

 a { background-color: rgb(169,103,254); }

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

border-color css

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

 span { border-color: rgb(169,103,254); }

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