Html Css Color HEX #A452F9 Medium Purple

📋 copy color: '#A452F9'

red 164 ◦ green 82 ◦ blue 249

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

Shades of Medium Purple #A452F9

Tints of Medium Purple #A452F9

RGB

 RED value IS 164 (64.45% from 255) = 33.13%

 GREEN value IS 82 (32.42% from 255) = 16.57%

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 33.13%
G = 16.57%
B = 50.3%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A452F9 (or 0xA452F9) is known color: Medium Purple. HEX triplet: A4, 52 and F9. RGB value is (164,82,249). Sum of RGB (Red+Green+Blue) = 164+82+249=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #A452F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A452F9 is #5BAD06. Grayscale: #7C7C7C. Windows color (decimal): -6008071 or 16339620. OLE color: 16339620.

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

Color convert

RGB 164 82 249 -
CMYK 0.34 0.67 0 0.02
HSL 269.46º 0.93% 0.65% -
HSV(B) 269.46º 0.67% 0.98% -
XYZ 35.43 20.77 91.76 -
YUV 125.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 164 82 249 0.34 0.67 0 0.02 269.46 0.93 0.65
Hex A4 52 F9 22 43 0 2 10D 5D 41
Octal 244 122 371 42 103 0 2 415 135 101
Binary 10100100 1010010 11111001 100010 1000011 0 10 100001101 1011101 1000001

Color Harmonies of #A452F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452F9

Black with #A452F9

Text Example


Text Example

White with #A452F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452F9; }

 p { color: rgb(164,82,249); }

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

background-color css

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

 a { background-color: rgb(164,82,249); }

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

border-color css

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

 span { border-color: rgb(164,82,249); }

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