Html Css Color HEX #A65BFB Medium Purple

📋 copy color: '#A65BFB'

red 166 ◦ green 91 ◦ blue 251

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

Shades of Medium Purple #A65BFB

Tints of Medium Purple #A65BFB

RGB

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

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

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

R = 32.68%
G = 17.91%
B = 49.41%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A65BFB (or 0xA65BFB) is known color: Medium Purple. HEX triplet: A6, 5B and FB. RGB value is (166,91,251). Sum of RGB (Red+Green+Blue) = 166+91+251=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #A65BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BFB is #59A404. Grayscale: #838383. Windows color (decimal): -5874693 or 16472998. OLE color: 16472998.

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

Color convert

RGB 166 91 251 -
CMYK 0.34 0.64 0 0.02
HSL 268.13º 0.95% 0.67% -
HSV(B) 268.13º 0.64% 0.98% -
XYZ 36.88 22.55 93.68 -
YUV 131.67 195.35 152.49 -
System Red Green Blue C M Y K H S L
Decimal 166 91 251 0.34 0.64 0 0.02 268.13 0.95 0.67
Hex A6 5B FB 22 40 0 2 10C 5F 43
Octal 246 133 373 42 100 0 2 414 137 103
Binary 10100110 1011011 11111011 100010 1000000 0 10 100001100 1011111 1000011

Color Harmonies of #A65BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BFB

Black with #A65BFB

Text Example


Text Example

White with #A65BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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