Html Css Color HEX #A767F2 Medium Purple

📋 copy color: '#A767F2'

red 167 ◦ green 103 ◦ blue 242

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

Shades of Medium Purple #A767F2

Tints of Medium Purple #A767F2

RGB

 RED value IS 167 (65.63% from 255) = 32.62%

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

 BLUE value IS 242 (94.92% from 255) = 47.27%

R = 32.62%
G = 20.12%
B = 47.27%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A767F2 (or 0xA767F2) is known color: Medium Purple. HEX triplet: A7, 67 and F2. RGB value is (167,103,242). Sum of RGB (Red+Green+Blue) = 167+103+242=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #A767F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A767F2 is #58980D. Grayscale: #898989. Windows color (decimal): -5806094 or 15886247. OLE color: 15886247.

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

Color convert

RGB 167 103 242 -
CMYK 0.31 0.57 0 0.05
HSL 267.63º 0.84% 0.68% -
HSV(B) 267.63º 0.57% 0.95% -
XYZ 36.81 24.33 86.76 -
YUV 137.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 167 103 242 0.31 0.57 0 0.05 267.63 0.84 0.68
Hex A7 67 F2 1F 39 0 5 10C 54 44
Octal 247 147 362 37 71 0 5 414 124 104
Binary 10100111 1100111 11110010 11111 111001 0 101 100001100 1010100 1000100

Color Harmonies of #A767F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A767F2

Black with #A767F2

Text Example


Text Example

White with #A767F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A767F2; }

 p { color: rgb(167,103,242); }

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

background-color css

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

 a { background-color: rgb(167,103,242); }

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

border-color css

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

 span { border-color: rgb(167,103,242); }

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