Html Css Color HEX #A68AED Biloba Flower

📋 copy color: '#A68AED'

red 166 ◦ green 138 ◦ blue 237

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

Shades of Biloba Flower #A68AED

Tints of Biloba Flower #A68AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.51%

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

R = 30.68%
G = 25.51%
B = 43.81%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A68AED (or 0xA68AED) is known color: Biloba Flower. HEX triplet: A6, 8A and ED. RGB value is (166,138,237). Sum of RGB (Red+Green+Blue) = 166+138+237=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #A68AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AED is #597512. Grayscale: #9D9D9D. Windows color (decimal): -5862675 or 15567526. OLE color: 15567526.

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

Color convert

RGB 166 138 237 -
CMYK 0.30 0.42 0 0.07
HSL 256.97º 0.73% 0.74% -
HSV(B) 256.97º 0.42% 0.93% -
XYZ 40.1 32.4 84.26 -
YUV 157.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 166 138 237 0.30 0.42 0 0.07 256.97 0.73 0.74
Hex A6 8A ED 1E 2A 0 7 101 49 4A
Octal 246 212 355 36 52 0 7 401 111 112
Binary 10100110 10001010 11101101 11110 101010 0 111 100000001 1001001 1001010

Color Harmonies of #A68AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68AED

Black with #A68AED

Text Example


Text Example

White with #A68AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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