Html Css Color HEX #A067F1 Medium Purple

📋 copy color: '#A067F1'

red 160 ◦ green 103 ◦ blue 241

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

Shades of Medium Purple #A067F1

Tints of Medium Purple #A067F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 31.75%
G = 20.44%
B = 47.82%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A067F1 (or 0xA067F1) is known color: Medium Purple. HEX triplet: A0, 67 and F1. RGB value is (160,103,241). Sum of RGB (Red+Green+Blue) = 160+103+241=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #A067F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067F1 is #5F980E. Grayscale: #878787. Windows color (decimal): -6264847 or 15820704. OLE color: 15820704.

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

Color convert

RGB 160 103 241 -
CMYK 0.34 0.57 0 0.05
HSL 264.78º 0.83% 0.67% -
HSV(B) 264.78º 0.57% 0.95% -
XYZ 35.22 23.52 85.9 -
YUV 135.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 160 103 241 0.34 0.57 0 0.05 264.78 0.83 0.67
Hex A0 67 F1 22 39 0 5 109 53 43
Octal 240 147 361 42 71 0 5 411 123 103
Binary 10100000 1100111 11110001 100010 111001 0 101 100001001 1010011 1000011

Color Harmonies of #A067F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067F1

Black with #A067F1

Text Example


Text Example

White with #A067F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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