Html Css Color HEX #A65BFD Medium Purple

📋 copy color: '#A65BFD'

red 166 ◦ green 91 ◦ blue 253

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

Shades of Medium Purple #A65BFD

Tints of Medium Purple #A65BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 32.55%
G = 17.84%
B = 49.61%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A65BFD (or 0xA65BFD) is known color: Medium Purple. HEX triplet: A6, 5B and FD. RGB value is (166,91,253). Sum of RGB (Red+Green+Blue) = 166+91+253=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #A65BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BFD is #59A402. Grayscale: #838383. Windows color (decimal): -5874691 or 16604070. OLE color: 16604070.

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

Color convert

RGB 166 91 253 -
CMYK 0.34 0.64 0 0.01
HSL 267.78º 0.98% 0.67% -
HSV(B) 267.78º 0.64% 0.99% -
XYZ 37.2 22.68 95.35 -
YUV 131.89 196.35 152.33 -
System Red Green Blue C M Y K H S L
Decimal 166 91 253 0.34 0.64 0 0.01 267.78 0.98 0.67
Hex A6 5B FD 22 40 0 1 10C 62 43
Octal 246 133 375 42 100 0 1 414 142 103
Binary 10100110 1011011 11111101 100010 1000000 0 1 100001100 1100010 1000011

Color Harmonies of #A65BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BFD

Black with #A65BFD

Text Example


Text Example

White with #A65BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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