Html Css Color HEX #A690FD Biloba Flower

📋 copy color: '#A690FD'

red 166 ◦ green 144 ◦ blue 253

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

Shades of Biloba Flower #A690FD

Tints of Biloba Flower #A690FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.58%

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 29.48%
G = 25.58%
B = 44.94%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A690FD (or 0xA690FD) is known color: Biloba Flower. HEX triplet: A6, 90 and FD. RGB value is (166,144,253). Sum of RGB (Red+Green+Blue) = 166+144+253=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #A690FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690FD is #596F02. Grayscale: #A2A2A2. Windows color (decimal): -5861123 or 16617638. OLE color: 16617638.

HSL color Cylindrical-coordinate representation of color #A690FD: hue angle of 252.11º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A690FD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 144 253 -
CMYK 0.34 0.43 0 0.01
HSL 252.11º 0.96% 0.78% -
HSV(B) 252.11º 0.43% 0.99% -
XYZ 43.43 35.15 97.42 -
YUV 163 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 166 144 253 0.34 0.43 0 0.01 252.11 0.96 0.78
Hex A6 90 FD 22 2B 0 1 FC 60 4E
Octal 246 220 375 42 53 0 1 374 140 116
Binary 10100110 10010000 11111101 100010 101011 0 1 11111100 1100000 1001110

Color Harmonies of #A690FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690FD

Black with #A690FD

Text Example


Text Example

White with #A690FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690FD; }

 p { color: rgb(166,144,253); }

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

background-color css

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

 a { background-color: rgb(166,144,253); }

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

border-color css

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

 span { border-color: rgb(166,144,253); }

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