Html Css Color HEX #A067F3 Medium Purple

📋 copy color: '#A067F3'

red 160 ◦ green 103 ◦ blue 243

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

Shades of Medium Purple #A067F3

Tints of Medium Purple #A067F3

RGB

 RED value IS 160 (62.89% from 255) = 31.62%

 GREEN value IS 103 (40.63% from 255) = 20.36%

 BLUE value IS 243 (95.31% from 255) = 48.02%

R = 31.62%
G = 20.36%
B = 48.02%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A067F3 (or 0xA067F3) is known color: Medium Purple. HEX triplet: A0, 67 and F3. RGB value is (160,103,243). Sum of RGB (Red+Green+Blue) = 160+103+243=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #A067F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067F3 is #5F980C. Grayscale: #878787. Windows color (decimal): -6264845 or 15951776. OLE color: 15951776.

HSL color Cylindrical-coordinate representation of color #A067F3: hue angle of 264.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A067F3 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 103 243 -
CMYK 0.34 0.58 0 0.05
HSL 264.43º 0.85% 0.68% -
HSV(B) 264.43º 0.58% 0.95% -
XYZ 35.53 23.65 87.49 -
YUV 136 188.38 145.12 -
System Red Green Blue C M Y K H S L
Decimal 160 103 243 0.34 0.58 0 0.05 264.43 0.85 0.68
Hex A0 67 F3 22 3A 0 5 108 55 44
Octal 240 147 363 42 72 0 5 410 125 104
Binary 10100000 1100111 11110011 100010 111010 0 101 100001000 1010101 1000100

Color Harmonies of #A067F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067F3

Black with #A067F3

Text Example


Text Example

White with #A067F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067F3; }

 p { color: rgb(160,103,243); }

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

background-color css

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

 a { background-color: rgb(160,103,243); }

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

border-color css

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

 span { border-color: rgb(160,103,243); }

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