Html Css Color HEX #A65DED Medium Purple

📋 copy color: '#A65DED'

red 166 ◦ green 93 ◦ blue 237

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

Shades of Medium Purple #A65DED

Tints of Medium Purple #A65DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 33.47%
G = 18.75%
B = 47.78%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A65DED (or 0xA65DED) is known color: Medium Purple. HEX triplet: A6, 5D and ED. RGB value is (166,93,237). Sum of RGB (Red+Green+Blue) = 166+93+237=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #A65DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65DED is #59A212. Grayscale: #828282. Windows color (decimal): -5874195 or 15556006. OLE color: 15556006.

HSL color Cylindrical-coordinate representation of color #A65DED: hue angle of 270.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65DED is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 93 237 -
CMYK 0.30 0.61 0 0.07
HSL 270.42º 0.8% 0.65% -
HSV(B) 270.42º 0.61% 0.93% -
XYZ 34.93 22.05 82.54 -
YUV 131.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 166 93 237 0.30 0.61 0 0.07 270.42 0.8 0.65
Hex A6 5D ED 1E 3D 0 7 10E 50 41
Octal 246 135 355 36 75 0 7 416 120 101
Binary 10100110 1011101 11101101 11110 111101 0 111 100001110 1010000 1000001

Color Harmonies of #A65DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DED

Black with #A65DED

Text Example


Text Example

White with #A65DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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