Html Css Color HEX #A65FEA Medium Purple

📋 copy color: '#A65FEA'

red 166 ◦ green 95 ◦ blue 234

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

Shades of Medium Purple #A65FEA

Tints of Medium Purple #A65FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 33.54%
G = 19.19%
B = 47.27%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A65FEA (or 0xA65FEA) is known color: Medium Purple. HEX triplet: A6, 5F and EA. RGB value is (166,95,234). Sum of RGB (Red+Green+Blue) = 166+95+234=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #A65FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FEA is #59A015. Grayscale: #838383. Windows color (decimal): -5873686 or 15359910. OLE color: 15359910.

HSL color Cylindrical-coordinate representation of color #A65FEA: hue angle of 270.65º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65FEA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 95 234 -
CMYK 0.29 0.59 0 0.08
HSL 270.65º 0.77% 0.65% -
HSV(B) 270.65º 0.59% 0.92% -
XYZ 34.67 22.23 80.31 -
YUV 132.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 166 95 234 0.29 0.59 0 0.08 270.65 0.77 0.65
Hex A6 5F EA 1D 3B 0 8 10F 4D 41
Octal 246 137 352 35 73 0 10 417 115 101
Binary 10100110 1011111 11101010 11101 111011 0 1000 100001111 1001101 1000001

Color Harmonies of #A65FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FEA

Black with #A65FEA

Text Example


Text Example

White with #A65FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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