Html Css Color HEX #A65AEE Medium Purple

📋 copy color: '#A65AEE'

red 166 ◦ green 90 ◦ blue 238

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

Shades of Medium Purple #A65AEE

Tints of Medium Purple #A65AEE

RGB

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

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

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

R = 33.6%
G = 18.22%
B = 48.18%

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

#A65AEE (or 0xA65AEE) is known color: Medium Purple. HEX triplet: A6, 5A and EE. RGB value is (166,90,238). Sum of RGB (Red+Green+Blue) = 166+90+238=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #A65AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65AEE is #59A511. Grayscale: #818181. Windows color (decimal): -5874962 or 15620774. OLE color: 15620774.

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

Color convert

RGB 166 90 238 -
CMYK 0.30 0.62 0 0.07
HSL 270.81º 0.81% 0.64% -
HSV(B) 270.81º 0.62% 0.93% -
XYZ 34.81 21.59 83.22 -
YUV 129.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 166 90 238 0.30 0.62 0 0.07 270.81 0.81 0.64
Hex A6 5A EE 1E 3E 0 7 10F 51 40
Octal 246 132 356 36 76 0 7 417 121 100
Binary 10100110 1011010 11101110 11110 111110 0 111 100001111 1010001 1000000

Color Harmonies of #A65AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65AEE

Black with #A65AEE

Text Example


Text Example

White with #A65AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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