Html Css Color HEX #A65CFB Medium Purple

📋 copy color: '#A65CFB'

red 166 ◦ green 92 ◦ blue 251

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

Shades of Medium Purple #A65CFB

Tints of Medium Purple #A65CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 32.61%
G = 18.07%
B = 49.31%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A65CFB (or 0xA65CFB) is known color: Medium Purple. HEX triplet: A6, 5C and FB. RGB value is (166,92,251). Sum of RGB (Red+Green+Blue) = 166+92+251=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #A65CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CFB is #59A304. Grayscale: #838383. Windows color (decimal): -5874437 or 16473254. OLE color: 16473254.

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

Color convert

RGB 166 92 251 -
CMYK 0.34 0.63 0 0.02
HSL 267.92º 0.95% 0.67% -
HSV(B) 267.92º 0.63% 0.98% -
XYZ 36.97 22.73 93.71 -
YUV 132.25 195.02 152.07 -
System Red Green Blue C M Y K H S L
Decimal 166 92 251 0.34 0.63 0 0.02 267.92 0.95 0.67
Hex A6 5C FB 22 3F 0 2 10C 5F 43
Octal 246 134 373 42 77 0 2 414 137 103
Binary 10100110 1011100 11111011 100010 111111 0 10 100001100 1011111 1000011

Color Harmonies of #A65CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CFB

Black with #A65CFB

Text Example


Text Example

White with #A65CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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