Html Css Color HEX #AC62FA Medium Purple

📋 copy color: '#AC62FA'

red 172 ◦ green 98 ◦ blue 250

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

Shades of Medium Purple #AC62FA

Tints of Medium Purple #AC62FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.85%

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

R = 33.08%
G = 18.85%
B = 48.08%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC62FA (or 0xAC62FA) is known color: Medium Purple. HEX triplet: AC, 62 and FA. RGB value is (172,98,250). Sum of RGB (Red+Green+Blue) = 172+98+250=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC62FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC62FA is #539D05. Grayscale: #888888. Windows color (decimal): -5479686 or 16409260. OLE color: 16409260.

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

Color convert

RGB 172 98 250 -
CMYK 0.31 0.61 0 0.02
HSL 269.21º 0.94% 0.68% -
HSV(B) 269.21º 0.61% 0.98% -
XYZ 38.64 24.41 93.12 -
YUV 137.45 191.52 152.64 -
System Red Green Blue C M Y K H S L
Decimal 172 98 250 0.31 0.61 0 0.02 269.21 0.94 0.68
Hex AC 62 FA 1F 3D 0 2 10D 5E 44
Octal 254 142 372 37 75 0 2 415 136 104
Binary 10101100 1100010 11111010 11111 111101 0 10 100001101 1011110 1000100

Color Harmonies of #AC62FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62FA

Black with #AC62FA

Text Example


Text Example

White with #AC62FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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