Html Css Color HEX #A65BF9 Medium Purple

📋 copy color: '#A65BF9'

red 166 ◦ green 91 ◦ blue 249

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

Shades of Medium Purple #A65BF9

Tints of Medium Purple #A65BF9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.98%

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

R = 32.81%
G = 17.98%
B = 49.21%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A65BF9 (or 0xA65BF9) is known color: Medium Purple. HEX triplet: A6, 5B and F9. RGB value is (166,91,249). Sum of RGB (Red+Green+Blue) = 166+91+249=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #A65BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BF9 is #59A406. Grayscale: #828282. Windows color (decimal): -5874695 or 16341926. OLE color: 16341926.

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

Color convert

RGB 166 91 249 -
CMYK 0.33 0.63 0 0.02
HSL 268.48º 0.93% 0.67% -
HSV(B) 268.48º 0.63% 0.98% -
XYZ 36.57 22.43 92.02 -
YUV 131.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 166 91 249 0.33 0.63 0 0.02 268.48 0.93 0.67
Hex A6 5B F9 21 3F 0 2 10C 5D 43
Octal 246 133 371 41 77 0 2 414 135 103
Binary 10100110 1011011 11111001 100001 111111 0 10 100001100 1011101 1000011

Color Harmonies of #A65BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BF9

Black with #A65BF9

Text Example


Text Example

White with #A65BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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