Html Css Color HEX #AB65FA Medium Purple

📋 copy color: '#AB65FA'

red 171 ◦ green 101 ◦ blue 250

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

Shades of Medium Purple #AB65FA

Tints of Medium Purple #AB65FA

RGB

 RED value IS 171 (67.19% from 255) = 32.76%

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 32.76%
G = 19.35%
B = 47.89%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB65FA (or 0xAB65FA) is known color: Medium Purple. HEX triplet: AB, 65 and FA. RGB value is (171,101,250). Sum of RGB (Red+Green+Blue) = 171+101+250=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB65FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB65FA is #549A05. Grayscale: #8A8A8A. Windows color (decimal): -5544454 or 16410027. OLE color: 16410027.

HSL color Cylindrical-coordinate representation of color #AB65FA: hue angle of 268.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB65FA is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 101 250 -
CMYK 0.32 0.60 0 0.02
HSL 268.19º 0.94% 0.69% -
HSV(B) 268.19º 0.6% 0.98% -
XYZ 38.7 24.87 93.2 -
YUV 138.92 190.69 150.88 -
System Red Green Blue C M Y K H S L
Decimal 171 101 250 0.32 0.60 0 0.02 268.19 0.94 0.69
Hex AB 65 FA 20 3C 0 2 10C 5E 45
Octal 253 145 372 40 74 0 2 414 136 105
Binary 10101011 1100101 11111010 100000 111100 0 10 100001100 1011110 1000101

Color Harmonies of #AB65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65FA

Black with #AB65FA

Text Example


Text Example

White with #AB65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65FA; }

 p { color: rgb(171,101,250); }

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

background-color css

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

 a { background-color: rgb(171,101,250); }

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

border-color css

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

 span { border-color: rgb(171,101,250); }

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