Html Css Color HEX #AC69FA Medium Purple

📋 copy color: '#AC69FA'

red 172 ◦ green 105 ◦ blue 250

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

Shades of Medium Purple #AC69FA

Tints of Medium Purple #AC69FA

RGB

 RED value IS 172 (67.58% from 255) = 32.64%

 GREEN value IS 105 (41.41% from 255) = 19.92%

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

R = 32.64%
G = 19.92%
B = 47.44%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC69FA (or 0xAC69FA) is known color: Medium Purple. HEX triplet: AC, 69 and FA. RGB value is (172,105,250). Sum of RGB (Red+Green+Blue) = 172+105+250=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69FA is #539605. Grayscale: #8D8D8D. Windows color (decimal): -5477894 or 16411052. OLE color: 16411052.

HSL color Cylindrical-coordinate representation of color #AC69FA: hue angle of 267.72º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC69FA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 105 250 -
CMYK 0.31 0.58 0 0.02
HSL 267.72º 0.94% 0.7% -
HSV(B) 267.72º 0.58% 0.98% -
XYZ 39.32 25.78 93.35 -
YUV 141.56 189.2 149.71 -
System Red Green Blue C M Y K H S L
Decimal 172 105 250 0.31 0.58 0 0.02 267.72 0.94 0.7
Hex AC 69 FA 1F 3A 0 2 10C 5E 46
Octal 254 151 372 37 72 0 2 414 136 106
Binary 10101100 1101001 11111010 11111 111010 0 10 100001100 1011110 1000110

Color Harmonies of #AC69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69FA

Black with #AC69FA

Text Example


Text Example

White with #AC69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69FA; }

 p { color: rgb(172,105,250); }

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

background-color css

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

 a { background-color: rgb(172,105,250); }

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

border-color css

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

 span { border-color: rgb(172,105,250); }

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