Html Css Color HEX #A65DFD Medium Purple

📋 copy color: '#A65DFD'

red 166 ◦ green 93 ◦ blue 253

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

Shades of Medium Purple #A65DFD

Tints of Medium Purple #A65DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.16%

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

R = 32.42%
G = 18.16%
B = 49.41%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A65DFD (or 0xA65DFD) is known color: Medium Purple. HEX triplet: A6, 5D and FD. RGB value is (166,93,253). Sum of RGB (Red+Green+Blue) = 166+93+253=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #A65DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65DFD is #59A202. Grayscale: #848484. Windows color (decimal): -5874179 or 16604582. OLE color: 16604582.

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

Color convert

RGB 166 93 253 -
CMYK 0.34 0.63 0 0.01
HSL 267.38º 0.98% 0.68% -
HSV(B) 267.38º 0.63% 0.99% -
XYZ 37.37 23.03 95.4 -
YUV 133.07 195.68 151.49 -
System Red Green Blue C M Y K H S L
Decimal 166 93 253 0.34 0.63 0 0.01 267.38 0.98 0.68
Hex A6 5D FD 22 3F 0 1 10B 62 44
Octal 246 135 375 42 77 0 1 413 142 104
Binary 10100110 1011101 11111101 100010 111111 0 1 100001011 1100010 1000100

Color Harmonies of #A65DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DFD

Black with #A65DFD

Text Example


Text Example

White with #A65DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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