Html Css Color HEX #A65CEF Medium Purple

📋 copy color: '#A65CEF'

red 166 ◦ green 92 ◦ blue 239

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

Shades of Medium Purple #A65CEF

Tints of Medium Purple #A65CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.51%

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 33.4%
G = 18.51%
B = 48.09%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A65CEF (or 0xA65CEF) is known color: Medium Purple. HEX triplet: A6, 5C and EF. RGB value is (166,92,239). Sum of RGB (Red+Green+Blue) = 166+92+239=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #A65CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CEF is #59A310. Grayscale: #828282. Windows color (decimal): -5874449 or 15686822. OLE color: 15686822.

HSL color Cylindrical-coordinate representation of color #A65CEF: hue angle of 270.2º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65CEF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 92 239 -
CMYK 0.31 0.62 0 0.06
HSL 270.2º 0.82% 0.65% -
HSV(B) 270.2º 0.62% 0.94% -
XYZ 35.13 21.99 84.05 -
YUV 130.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 166 92 239 0.31 0.62 0 0.06 270.2 0.82 0.65
Hex A6 5C EF 1F 3E 0 6 10E 52 41
Octal 246 134 357 37 76 0 6 416 122 101
Binary 10100110 1011100 11101111 11111 111110 0 110 100001110 1010010 1000001

Color Harmonies of #A65CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CEF

Black with #A65CEF

Text Example


Text Example

White with #A65CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CEF; }

 p { color: rgb(166,92,239); }

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

background-color css

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

 a { background-color: rgb(166,92,239); }

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

border-color css

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

 span { border-color: rgb(166,92,239); }

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