Html Css Color HEX #A65CFC Medium Purple

📋 copy color: '#A65CFC'

red 166 ◦ green 92 ◦ blue 252

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

Shades of Medium Purple #A65CFC

Tints of Medium Purple #A65CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 32.55%
G = 18.04%
B = 49.41%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A65CFC (or 0xA65CFC) is known color: Medium Purple. HEX triplet: A6, 5C and FC. RGB value is (166,92,252). Sum of RGB (Red+Green+Blue) = 166+92+252=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #A65CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CFC is #59A303. Grayscale: #838383. Windows color (decimal): -5874436 or 16538790. OLE color: 16538790.

HSL color Cylindrical-coordinate representation of color #A65CFC: hue angle of 267.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A65CFC is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 92 252 -
CMYK 0.34 0.63 0 0.01
HSL 267.75º 0.96% 0.67% -
HSV(B) 267.75º 0.63% 0.99% -
XYZ 37.12 22.79 94.54 -
YUV 132.37 195.52 151.99 -
System Red Green Blue C M Y K H S L
Decimal 166 92 252 0.34 0.63 0 0.01 267.75 0.96 0.67
Hex A6 5C FC 22 3F 0 1 10C 60 43
Octal 246 134 374 42 77 0 1 414 140 103
Binary 10100110 1011100 11111100 100010 111111 0 1 100001100 1100000 1000011

Color Harmonies of #A65CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CFC

Black with #A65CFC

Text Example


Text Example

White with #A65CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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