Html Css Color HEX #A68DED Biloba Flower

📋 copy color: '#A68DED'

red 166 ◦ green 141 ◦ blue 237

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

Shades of Biloba Flower #A68DED

Tints of Biloba Flower #A68DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.92%

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

R = 30.51%
G = 25.92%
B = 43.57%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A68DED (or 0xA68DED) is known color: Biloba Flower. HEX triplet: A6, 8D and ED. RGB value is (166,141,237). Sum of RGB (Red+Green+Blue) = 166+141+237=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #A68DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DED is #597212. Grayscale: #9F9F9F. Windows color (decimal): -5861907 or 15568294. OLE color: 15568294.

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

Color convert

RGB 166 141 237 -
CMYK 0.30 0.41 0 0.07
HSL 255.63º 0.73% 0.74% -
HSV(B) 255.63º 0.41% 0.93% -
XYZ 40.54 33.27 84.41 -
YUV 159.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 166 141 237 0.30 0.41 0 0.07 255.63 0.73 0.74
Hex A6 8D ED 1E 29 0 7 100 49 4A
Octal 246 215 355 36 51 0 7 400 111 112
Binary 10100110 10001101 11101101 11110 101001 0 111 100000000 1001001 1001010

Color Harmonies of #A68DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DED

Black with #A68DED

Text Example


Text Example

White with #A68DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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