Html Css Color HEX #A65BEE Medium Purple

📋 copy color: '#A65BEE'

red 166 ◦ green 91 ◦ blue 238

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

Shades of Medium Purple #A65BEE

Tints of Medium Purple #A65BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 33.54%
G = 18.38%
B = 48.08%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A65BEE (or 0xA65BEE) is known color: Medium Purple. HEX triplet: A6, 5B and EE. RGB value is (166,91,238). Sum of RGB (Red+Green+Blue) = 166+91+238=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #A65BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65BEE is #59A411. Grayscale: #818181. Windows color (decimal): -5874706 or 15621030. OLE color: 15621030.

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

Color convert

RGB 166 91 238 -
CMYK 0.30 0.62 0 0.07
HSL 270.61º 0.81% 0.65% -
HSV(B) 270.61º 0.62% 0.93% -
XYZ 34.9 21.76 83.25 -
YUV 130.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 166 91 238 0.30 0.62 0 0.07 270.61 0.81 0.65
Hex A6 5B EE 1E 3E 0 7 10F 51 41
Octal 246 133 356 36 76 0 7 417 121 101
Binary 10100110 1011011 11101110 11110 111110 0 111 100001111 1010001 1000001

Color Harmonies of #A65BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65BEE

Black with #A65BEE

Text Example


Text Example

White with #A65BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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