Html Css Color HEX #A865EA Medium Purple

📋 copy color: '#A865EA'

red 168 ◦ green 101 ◦ blue 234

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

Shades of Medium Purple #A865EA

Tints of Medium Purple #A865EA

RGB

 RED value IS 168 (66.02% from 255) = 33.4%

 GREEN value IS 101 (39.84% from 255) = 20.08%

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

R = 33.4%
G = 20.08%
B = 46.52%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A865EA (or 0xA865EA) is known color: Medium Purple. HEX triplet: A8, 65 and EA. RGB value is (168,101,234). Sum of RGB (Red+Green+Blue) = 168+101+234=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #A865EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865EA is #579A15. Grayscale: #878787. Windows color (decimal): -5741078 or 15361448. OLE color: 15361448.

HSL color Cylindrical-coordinate representation of color #A865EA: hue angle of 270.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A865EA is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 101 234 -
CMYK 0.28 0.57 0 0.08
HSL 270.23º 0.76% 0.66% -
HSV(B) 270.23º 0.57% 0.92% -
XYZ 35.65 23.57 80.51 -
YUV 136.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 168 101 234 0.28 0.57 0 0.08 270.23 0.76 0.66
Hex A8 65 EA 1C 39 0 8 10E 4C 42
Octal 250 145 352 34 71 0 10 416 114 102
Binary 10101000 1100101 11101010 11100 111001 0 1000 100001110 1001100 1000010

Color Harmonies of #A865EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865EA

Black with #A865EA

Text Example


Text Example

White with #A865EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865EA; }

 p { color: rgb(168,101,234); }

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

background-color css

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

 a { background-color: rgb(168,101,234); }

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

border-color css

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

 span { border-color: rgb(168,101,234); }

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