Html Css Color HEX #A65EFB Medium Purple

📋 copy color: '#A65EFB'

red 166 ◦ green 94 ◦ blue 251

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

Shades of Medium Purple #A65EFB

Tints of Medium Purple #A65EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.4%

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 32.49%
G = 18.4%
B = 49.12%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A65EFB (or 0xA65EFB) is known color: Medium Purple. HEX triplet: A6, 5E and FB. RGB value is (166,94,251). Sum of RGB (Red+Green+Blue) = 166+94+251=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #A65EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65EFB is #59A104. Grayscale: #848484. Windows color (decimal): -5873925 or 16473766. OLE color: 16473766.

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

Color convert

RGB 166 94 251 -
CMYK 0.34 0.63 0 0.02
HSL 267.52º 0.95% 0.68% -
HSV(B) 267.52º 0.63% 0.98% -
XYZ 37.14 23.08 93.76 -
YUV 133.43 194.35 151.23 -
System Red Green Blue C M Y K H S L
Decimal 166 94 251 0.34 0.63 0 0.02 267.52 0.95 0.68
Hex A6 5E FB 22 3F 0 2 10C 5F 44
Octal 246 136 373 42 77 0 2 414 137 104
Binary 10100110 1011110 11111011 100010 111111 0 10 100001100 1011111 1000100

Color Harmonies of #A65EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65EFB

Black with #A65EFB

Text Example


Text Example

White with #A65EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65EFB; }

 p { color: rgb(166,94,251); }

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

background-color css

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

 a { background-color: rgb(166,94,251); }

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

border-color css

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

 span { border-color: rgb(166,94,251); }

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