Html Css Color HEX #A669EB Medium Purple

📋 copy color: '#A669EB'

red 166 ◦ green 105 ◦ blue 235

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

Shades of Medium Purple #A669EB

Tints of Medium Purple #A669EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.75%

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 32.81%
G = 20.75%
B = 46.44%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A669EB (or 0xA669EB) is known color: Medium Purple. HEX triplet: A6, 69 and EB. RGB value is (166,105,235). Sum of RGB (Red+Green+Blue) = 166+105+235=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #A669EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A669EB is #599614. Grayscale: #898989. Windows color (decimal): -5871125 or 15428006. OLE color: 15428006.

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

Color convert

RGB 166 105 235 -
CMYK 0.29 0.55 0 0.08
HSL 268.15º 0.76% 0.67% -
HSV(B) 268.15º 0.55% 0.92% -
XYZ 35.77 24.21 81.38 -
YUV 138.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 166 105 235 0.29 0.55 0 0.08 268.15 0.76 0.67
Hex A6 69 EB 1D 37 0 8 10C 4C 43
Octal 246 151 353 35 67 0 10 414 114 103
Binary 10100110 1101001 11101011 11101 110111 0 1000 100001100 1001100 1000011

Color Harmonies of #A669EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669EB

Black with #A669EB

Text Example


Text Example

White with #A669EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669EB; }

 p { color: rgb(166,105,235); }

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

background-color css

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

 a { background-color: rgb(166,105,235); }

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

border-color css

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

 span { border-color: rgb(166,105,235); }

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