Html Css Color HEX #A968FF Medium Purple

📋 copy color: '#A968FF'

red 169 ◦ green 104 ◦ blue 255

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

Shades of Medium Purple #A968FF

Tints of Medium Purple #A968FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.7%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 32.01%
G = 19.7%
B = 48.3%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A968FF (or 0xA968FF) is known color: Medium Purple. HEX triplet: A9, 68 and FF. RGB value is (169,104,255). Sum of RGB (Red+Green+Blue) = 169+104+255=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #A968FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A968FF is #569700. Grayscale: #8C8C8C. Windows color (decimal): -5674753 or 16738473. OLE color: 16738473.

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

Color convert

RGB 169 104 255 -
CMYK 0.34 0.59 0 0
HSL 265.83º 1% 0.7% -
HSV(B) 265.83º 0.59% 1% -
XYZ 39.36 25.56 97.47 -
YUV 140.65 192.53 148.22 -
System Red Green Blue C M Y K H S L
Decimal 169 104 255 0.34 0.59 0 0 265.83 1 0.7
Hex A9 68 FF 22 3B 0 0 10A 64 46
Octal 251 150 377 42 73 0 0 412 144 106
Binary 10101001 1101000 11111111 100010 111011 0 0 100001010 1100100 1000110

Color Harmonies of #A968FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968FF

Black with #A968FF

Text Example


Text Example

White with #A968FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968FF; }

 p { color: rgb(169,104,255); }

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

background-color css

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

 a { background-color: rgb(169,104,255); }

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

border-color css

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

 span { border-color: rgb(169,104,255); }

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