Html Css Color HEX #A67BEA Medium Purple

📋 copy color: '#A67BEA'

red 166 ◦ green 123 ◦ blue 234

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

Shades of Medium Purple #A67BEA

Tints of Medium Purple #A67BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.52%

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 31.74%
G = 23.52%
B = 44.74%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A67BEA (or 0xA67BEA) is known color: Medium Purple. HEX triplet: A6, 7B and EA. RGB value is (166,123,234). Sum of RGB (Red+Green+Blue) = 166+123+234=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #A67BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67BEA is #598415. Grayscale: #949494. Windows color (decimal): -5866518 or 15367078. OLE color: 15367078.

HSL color Cylindrical-coordinate representation of color #A67BEA: hue angle of 263.24º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67BEA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 123 234 -
CMYK 0.29 0.47 0 0.08
HSL 263.24º 0.73% 0.7% -
HSV(B) 263.24º 0.47% 0.92% -
XYZ 37.66 28.21 81.3 -
YUV 148.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 166 123 234 0.29 0.47 0 0.08 263.24 0.73 0.7
Hex A6 7B EA 1D 2F 0 8 107 49 46
Octal 246 173 352 35 57 0 10 407 111 106
Binary 10100110 1111011 11101010 11101 101111 0 1000 100000111 1001001 1000110

Color Harmonies of #A67BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67BEA

Black with #A67BEA

Text Example


Text Example

White with #A67BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67BEA; }

 p { color: rgb(166,123,234); }

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

background-color css

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

 a { background-color: rgb(166,123,234); }

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

border-color css

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

 span { border-color: rgb(166,123,234); }

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