Html Css Color HEX #A68FFA Biloba Flower

📋 copy color: '#A68FFA'

red 166 ◦ green 143 ◦ blue 250

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

Shades of Biloba Flower #A68FFA

Tints of Biloba Flower #A68FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.58%

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 29.7%
G = 25.58%
B = 44.72%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A68FFA (or 0xA68FFA) is known color: Biloba Flower. HEX triplet: A6, 8F and FA. RGB value is (166,143,250). Sum of RGB (Red+Green+Blue) = 166+143+250=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #A68FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FFA is #597005. Grayscale: #A1A1A1. Windows color (decimal): -5861382 or 16420774. OLE color: 16420774.

HSL color Cylindrical-coordinate representation of color #A68FFA: hue angle of 252.9º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68FFA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 143 250 -
CMYK 0.34 0.43 0 0.02
HSL 252.9º 0.91% 0.77% -
HSV(B) 252.9º 0.43% 0.98% -
XYZ 42.8 34.65 94.88 -
YUV 162.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 166 143 250 0.34 0.43 0 0.02 252.9 0.91 0.77
Hex A6 8F FA 22 2B 0 2 FD 5B 4D
Octal 246 217 372 42 53 0 2 375 133 115
Binary 10100110 10001111 11111010 100010 101011 0 10 11111101 1011011 1001101

Color Harmonies of #A68FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FFA

Black with #A68FFA

Text Example


Text Example

White with #A68FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FFA; }

 p { color: rgb(166,143,250); }

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

background-color css

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

 a { background-color: rgb(166,143,250); }

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

border-color css

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

 span { border-color: rgb(166,143,250); }

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