Html Css Color HEX #A65FEE Medium Purple

📋 copy color: '#A65FEE'

red 166 ◦ green 95 ◦ blue 238

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

Shades of Medium Purple #A65FEE

Tints of Medium Purple #A65FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.04%

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

R = 33.27%
G = 19.04%
B = 47.7%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A65FEE (or 0xA65FEE) is known color: Medium Purple. HEX triplet: A6, 5F and EE. RGB value is (166,95,238). Sum of RGB (Red+Green+Blue) = 166+95+238=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #A65FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FEE is #59A011. Grayscale: #848484. Windows color (decimal): -5873682 or 15622054. OLE color: 15622054.

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

Color convert

RGB 166 95 238 -
CMYK 0.30 0.60 0 0.07
HSL 269.79º 0.81% 0.65% -
HSV(B) 269.79º 0.6% 0.93% -
XYZ 35.25 22.46 83.37 -
YUV 132.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 166 95 238 0.30 0.60 0 0.07 269.79 0.81 0.65
Hex A6 5F EE 1E 3C 0 7 10E 51 41
Octal 246 137 356 36 74 0 7 416 121 101
Binary 10100110 1011111 11101110 11110 111100 0 111 100001110 1010001 1000001

Color Harmonies of #A65FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FEE

Black with #A65FEE

Text Example


Text Example

White with #A65FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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