Html Css Color HEX #A892C6 Biloba Flower

📋 copy color: '#A892C6'

red 168 ◦ green 146 ◦ blue 198

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

Shades of Biloba Flower #A892C6

Tints of Biloba Flower #A892C6

RGB

 RED value IS 168 (66.02% from 255) = 32.81%

 GREEN value IS 146 (57.42% from 255) = 28.52%

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 32.81%
G = 28.52%
B = 38.67%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A892C6 (or 0xA892C6) is known color: Biloba Flower. HEX triplet: A8, 92 and C6. RGB value is (168,146,198). Sum of RGB (Red+Green+Blue) = 168+146+198=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A892C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892C6 is #576D39. Grayscale: #9E9E9E. Windows color (decimal): -5729594 or 13013672. OLE color: 13013672.

HSL color Cylindrical-coordinate representation of color #A892C6: hue angle of 265.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A892C6 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 146 198 -
CMYK 0.15 0.26 0 0.22
HSL 265.38º 0.31% 0.67% -
HSV(B) 265.38º 0.26% 0.78% -
XYZ 36.62 32.96 57.86 -
YUV 158.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 168 146 198 0.15 0.26 0 0.22 265.38 0.31 0.67
Hex A8 92 C6 F 1A 0 16 109 1F 43
Octal 250 222 306 17 32 0 26 411 37 103
Binary 10101000 10010010 11000110 1111 11010 0 10110 100001001 11111 1000011

Color Harmonies of #A892C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A892C6

Black with #A892C6

Text Example


Text Example

White with #A892C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A892C6; }

 p { color: rgb(168,146,198); }

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

background-color css

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

 a { background-color: rgb(168,146,198); }

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

border-color css

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

 span { border-color: rgb(168,146,198); }

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