Html Css Color HEX #A65AF9 Medium Purple

📋 copy color: '#A65AF9'

red 166 ◦ green 90 ◦ blue 249

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

Shades of Medium Purple #A65AF9

Tints of Medium Purple #A65AF9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.82%

 BLUE value IS 249 (97.66% from 255) = 49.31%

R = 32.87%
G = 17.82%
B = 49.31%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A65AF9 (or 0xA65AF9) is known color: Medium Purple. HEX triplet: A6, 5A and F9. RGB value is (166,90,249). Sum of RGB (Red+Green+Blue) = 166+90+249=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #A65AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65AF9 is #59A506. Grayscale: #828282. Windows color (decimal): -5874951 or 16341670. OLE color: 16341670.

HSL color Cylindrical-coordinate representation of color #A65AF9: hue angle of 268.68º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A65AF9 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 90 249 -
CMYK 0.33 0.64 0 0.02
HSL 268.68º 0.93% 0.66% -
HSV(B) 268.68º 0.64% 0.98% -
XYZ 36.48 22.26 92 -
YUV 130.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 166 90 249 0.33 0.64 0 0.02 268.68 0.93 0.66
Hex A6 5A F9 21 40 0 2 10D 5D 42
Octal 246 132 371 41 100 0 2 415 135 102
Binary 10100110 1011010 11111001 100001 1000000 0 10 100001101 1011101 1000010

Color Harmonies of #A65AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65AF9

Black with #A65AF9

Text Example


Text Example

White with #A65AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65AF9; }

 p { color: rgb(166,90,249); }

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

background-color css

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

 a { background-color: rgb(166,90,249); }

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

border-color css

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

 span { border-color: rgb(166,90,249); }

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