Html Css Color HEX #A693FE Biloba Flower

📋 copy color: '#A693FE'

red 166 ◦ green 147 ◦ blue 254

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

Shades of Biloba Flower #A693FE

Tints of Biloba Flower #A693FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.93%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 29.28%
G = 25.93%
B = 44.8%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A693FE (or 0xA693FE) is known color: Biloba Flower. HEX triplet: A6, 93 and FE. RGB value is (166,147,254). Sum of RGB (Red+Green+Blue) = 166+147+254=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #A693FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A693FE is #596C01. Grayscale: #A4A4A4. Windows color (decimal): -5860354 or 16683942. OLE color: 16683942.

HSL color Cylindrical-coordinate representation of color #A693FE: hue angle of 250.65º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A693FE is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 147 254 -
CMYK 0.35 0.42 0 0.00
HSL 250.65º 0.98% 0.79% -
HSV(B) 250.65º 0.42% 1% -
XYZ 44.05 36.13 98.42 -
YUV 164.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 166 147 254 0.35 0.42 0 0.00 250.65 0.98 0.79
Hex A6 93 FE 23 2A 0 0 FB 62 4F
Octal 246 223 376 43 52 0 0 373 142 117
Binary 10100110 10010011 11111110 100011 101010 0 0 11111011 1100010 1001111

Color Harmonies of #A693FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693FE

Black with #A693FE

Text Example


Text Example

White with #A693FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693FE; }

 p { color: rgb(166,147,254); }

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

background-color css

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

 a { background-color: rgb(166,147,254); }

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

border-color css

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

 span { border-color: rgb(166,147,254); }

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