Html Css Color HEX #A965FF Medium Purple

📋 copy color: '#A965FF'

red 169 ◦ green 101 ◦ blue 255

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

Shades of Medium Purple #A965FF

Tints of Medium Purple #A965FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.24%

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

R = 32.19%
G = 19.24%
B = 48.57%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A965FF (or 0xA965FF) is known color: Medium Purple. HEX triplet: A9, 65 and FF. RGB value is (169,101,255). Sum of RGB (Red+Green+Blue) = 169+101+255=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #A965FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A965FF is #569A00. Grayscale: #8A8A8A. Windows color (decimal): -5675521 or 16737705. OLE color: 16737705.

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

Color convert

RGB 169 101 255 -
CMYK 0.34 0.60 0 0
HSL 266.49º 1% 0.7% -
HSV(B) 266.49º 0.6% 1% -
XYZ 39.07 24.96 97.37 -
YUV 138.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 169 101 255 0.34 0.60 0 0 266.49 1 0.7
Hex A9 65 FF 22 3C 0 0 10A 64 46
Octal 251 145 377 42 74 0 0 412 144 106
Binary 10101001 1100101 11111111 100010 111100 0 0 100001010 1100100 1000110

Color Harmonies of #A965FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965FF

Black with #A965FF

Text Example


Text Example

White with #A965FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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