Html Css Color HEX #A669ED Medium Purple

📋 copy color: '#A669ED'

red 166 ◦ green 105 ◦ blue 237

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

Shades of Medium Purple #A669ED

Tints of Medium Purple #A669ED

RGB

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

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

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

R = 32.68%
G = 20.67%
B = 46.65%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A669ED (or 0xA669ED) is known color: Medium Purple. HEX triplet: A6, 69 and ED. RGB value is (166,105,237). Sum of RGB (Red+Green+Blue) = 166+105+237=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #A669ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A669ED is #599612. Grayscale: #898989. Windows color (decimal): -5871123 or 15559078. OLE color: 15559078.

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

Color convert

RGB 166 105 237 -
CMYK 0.30 0.56 0 0.07
HSL 267.73º 0.79% 0.67% -
HSV(B) 267.73º 0.56% 0.93% -
XYZ 36.06 24.32 82.92 -
YUV 138.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 166 105 237 0.30 0.56 0 0.07 267.73 0.79 0.67
Hex A6 69 ED 1E 38 0 7 10C 4F 43
Octal 246 151 355 36 70 0 7 414 117 103
Binary 10100110 1101001 11101101 11110 111000 0 111 100001100 1001111 1000011

Color Harmonies of #A669ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669ED

Black with #A669ED

Text Example


Text Example

White with #A669ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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