Html Css Color HEX #A68FF1 Biloba Flower

📋 copy color: '#A68FF1'

red 166 ◦ green 143 ◦ blue 241

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

Shades of Biloba Flower #A68FF1

Tints of Biloba Flower #A68FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 30.18%
G = 26%
B = 43.82%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A68FF1 (or 0xA68FF1) is known color: Biloba Flower. HEX triplet: A6, 8F and F1. RGB value is (166,143,241). Sum of RGB (Red+Green+Blue) = 166+143+241=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #A68FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FF1 is #59700E. Grayscale: #A0A0A0. Windows color (decimal): -5861391 or 15830950. OLE color: 15830950.

HSL color Cylindrical-coordinate representation of color #A68FF1: hue angle of 254.08º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68FF1 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 143 241 -
CMYK 0.31 0.41 0 0.05
HSL 254.08º 0.78% 0.75% -
HSV(B) 254.08º 0.41% 0.95% -
XYZ 41.43 34.1 87.62 -
YUV 161.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 166 143 241 0.31 0.41 0 0.05 254.08 0.78 0.75
Hex A6 8F F1 1F 29 0 5 FE 4E 4B
Octal 246 217 361 37 51 0 5 376 116 113
Binary 10100110 10001111 11110001 11111 101001 0 101 11111110 1001110 1001011

Color Harmonies of #A68FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FF1

Black with #A68FF1

Text Example


Text Example

White with #A68FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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