Html Css Color HEX #A67FED Medium Purple

📋 copy color: '#A67FED'

red 166 ◦ green 127 ◦ blue 237

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

Shades of Medium Purple #A67FED

Tints of Medium Purple #A67FED

RGB

 RED value IS 166 (65.23% from 255) = 31.32%

 GREEN value IS 127 (50% from 255) = 23.96%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 31.32%
G = 23.96%
B = 44.72%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A67FED (or 0xA67FED) is known color: Medium Purple. HEX triplet: A6, 7F and ED. RGB value is (166,127,237). Sum of RGB (Red+Green+Blue) = 166+127+237=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #A67FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FED is #598012. Grayscale: #969696. Windows color (decimal): -5865491 or 15564710. OLE color: 15564710.

HSL color Cylindrical-coordinate representation of color #A67FED: hue angle of 261.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A67FED is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 127 237 -
CMYK 0.30 0.46 0 0.07
HSL 261.27º 0.75% 0.71% -
HSV(B) 261.27º 0.46% 0.93% -
XYZ 38.6 29.4 83.76 -
YUV 151.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 166 127 237 0.30 0.46 0 0.07 261.27 0.75 0.71
Hex A6 7F ED 1E 2E 0 7 105 4B 47
Octal 246 177 355 36 56 0 7 405 113 107
Binary 10100110 1111111 11101101 11110 101110 0 111 100000101 1001011 1000111

Color Harmonies of #A67FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FED

Black with #A67FED

Text Example


Text Example

White with #A67FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FED; }

 p { color: rgb(166,127,237); }

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

background-color css

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

 a { background-color: rgb(166,127,237); }

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

border-color css

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

 span { border-color: rgb(166,127,237); }

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