Html Css Color HEX #A698F2 Biloba Flower

📋 copy color: '#A698F2'

red 166 ◦ green 152 ◦ blue 242

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

Shades of Biloba Flower #A698F2

Tints of Biloba Flower #A698F2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.14%

 BLUE value IS 242 (94.92% from 255) = 43.21%

R = 29.64%
G = 27.14%
B = 43.21%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A698F2 (or 0xA698F2) is known color: Biloba Flower. HEX triplet: A6, 98 and F2. RGB value is (166,152,242). Sum of RGB (Red+Green+Blue) = 166+152+242=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #A698F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A698F2 is #59670D. Grayscale: #A6A6A6. Windows color (decimal): -5859086 or 15898790. OLE color: 15898790.

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

Color convert

RGB 166 152 242 -
CMYK 0.31 0.37 0 0.05
HSL 249.33º 0.78% 0.77% -
HSV(B) 249.33º 0.37% 0.95% -
XYZ 42.98 36.97 88.88 -
YUV 166.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 166 152 242 0.31 0.37 0 0.05 249.33 0.78 0.77
Hex A6 98 F2 1F 25 0 5 F9 4E 4D
Octal 246 230 362 37 45 0 5 371 116 115
Binary 10100110 10011000 11110010 11111 100101 0 101 11111001 1001110 1001101

Color Harmonies of #A698F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698F2

Black with #A698F2

Text Example


Text Example

White with #A698F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698F2; }

 p { color: rgb(166,152,242); }

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

background-color css

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

 a { background-color: rgb(166,152,242); }

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

border-color css

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

 span { border-color: rgb(166,152,242); }

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