Html Css Color HEX #A65AFD Medium Purple

📋 copy color: '#A65AFD'

red 166 ◦ green 90 ◦ blue 253

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

Shades of Medium Purple #A65AFD

Tints of Medium Purple #A65AFD

RGB

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

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

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

R = 32.61%
G = 17.68%
B = 49.71%

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

#A65AFD (or 0xA65AFD) is known color: Medium Purple. HEX triplet: A6, 5A and FD. RGB value is (166,90,253). Sum of RGB (Red+Green+Blue) = 166+90+253=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #A65AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65AFD is #59A502. Grayscale: #828282. Windows color (decimal): -5874947 or 16603814. OLE color: 16603814.

HSL color Cylindrical-coordinate representation of color #A65AFD: hue angle of 267.98º 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 #A65AFD is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 90 253 -
CMYK 0.34 0.64 0 0.01
HSL 267.98º 0.98% 0.67% -
HSV(B) 267.98º 0.64% 0.99% -
XYZ 37.11 22.51 95.32 -
YUV 131.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 166 90 253 0.34 0.64 0 0.01 267.98 0.98 0.67
Hex A6 5A FD 22 40 0 1 10C 62 43
Octal 246 132 375 42 100 0 1 414 142 103
Binary 10100110 1011010 11111101 100010 1000000 0 1 100001100 1100010 1000011

Color Harmonies of #A65AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65AFD

Black with #A65AFD

Text Example


Text Example

White with #A65AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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