Html Css Color HEX #A798F2 Biloba Flower

📋 copy color: '#A798F2'

red 167 ◦ green 152 ◦ blue 242

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

Shades of Biloba Flower #A798F2

Tints of Biloba Flower #A798F2

RGB

 RED value IS 167 (65.63% from 255) = 29.77%

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

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

R = 29.77%
G = 27.09%
B = 43.14%

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

#A798F2 (or 0xA798F2) is known color: Biloba Flower. HEX triplet: A7, 98 and F2. RGB value is (167,152,242). Sum of RGB (Red+Green+Blue) = 167+152+242=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #A798F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A798F2 is #58670D. Grayscale: #A6A6A6. Windows color (decimal): -5793550 or 15898791. OLE color: 15898791.

HSL color Cylindrical-coordinate representation of color #A798F2: hue angle of 250º 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 #A798F2 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 152 242 -
CMYK 0.31 0.37 0 0.05
HSL 250º 0.78% 0.77% -
HSV(B) 250º 0.37% 0.95% -
XYZ 43.19 37.08 88.89 -
YUV 166.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 167 152 242 0.31 0.37 0 0.05 250 0.78 0.77
Hex A7 98 F2 1F 25 0 5 FA 4E 4D
Octal 247 230 362 37 45 0 5 372 116 115
Binary 10100111 10011000 11110010 11111 100101 0 101 11111010 1001110 1001101

Color Harmonies of #A798F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A798F2

Black with #A798F2

Text Example


Text Example

White with #A798F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A798F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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