Html Css Color HEX #A67EFB Medium Purple

📋 copy color: '#A67EFB'

red 166 ◦ green 126 ◦ blue 251

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

Shades of Medium Purple #A67EFB

Tints of Medium Purple #A67EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.2%

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 30.57%
G = 23.2%
B = 46.22%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A67EFB (or 0xA67EFB) is known color: Medium Purple. HEX triplet: A6, 7E and FB. RGB value is (166,126,251). Sum of RGB (Red+Green+Blue) = 166+126+251=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #A67EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67EFB is #598104. Grayscale: #979797. Windows color (decimal): -5865733 or 16481958. OLE color: 16481958.

HSL color Cylindrical-coordinate representation of color #A67EFB: hue angle of 259.2º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67EFB is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 126 251 -
CMYK 0.34 0.50 0 0.02
HSL 259.2º 0.94% 0.74% -
HSV(B) 259.2º 0.5% 0.98% -
XYZ 40.6 29.99 94.92 -
YUV 152.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 166 126 251 0.34 0.50 0 0.02 259.2 0.94 0.74
Hex A6 7E FB 22 32 0 2 103 5E 4A
Octal 246 176 373 42 62 0 2 403 136 112
Binary 10100110 1111110 11111011 100010 110010 0 10 100000011 1011110 1001010

Color Harmonies of #A67EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67EFB

Black with #A67EFB

Text Example


Text Example

White with #A67EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67EFB; }

 p { color: rgb(166,126,251); }

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

background-color css

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

 a { background-color: rgb(166,126,251); }

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

border-color css

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

 span { border-color: rgb(166,126,251); }

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