Html Css Color HEX #A3BDF7 Perano

📋 copy color: '#A3BDF7'

red 163 ◦ green 189 ◦ blue 247

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

Shades of Perano #A3BDF7

Tints of Perano #A3BDF7

RGB

 RED value IS 163 (64.06% from 255) = 27.21%

 GREEN value IS 189 (74.22% from 255) = 31.55%

 BLUE value IS 247 (96.88% from 255) = 41.24%

R = 27.21%
G = 31.55%
B = 41.24%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A3BDF7 (or 0xA3BDF7) is known color: Perano. HEX triplet: A3, BD and F7. RGB value is (163,189,247). Sum of RGB (Red+Green+Blue) = 163+189+247=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #A3BDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BDF7 is #5C4208. Grayscale: #BBBBBB. Windows color (decimal): -6046217 or 16235939. OLE color: 16235939.

HSL color Cylindrical-coordinate representation of color #A3BDF7: hue angle of 221.43º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3BDF7 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 189 247 -
CMYK 0.34 0.23 0 0.03
HSL 221.43º 0.84% 0.8% -
HSV(B) 221.43º 0.34% 0.97% -
XYZ 50.09 50.9 95.18 -
YUV 187.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 163 189 247 0.34 0.23 0 0.03 221.43 0.84 0.8
Hex A3 BD F7 22 17 0 3 DD 54 50
Octal 243 275 367 42 27 0 3 335 124 120
Binary 10100011 10111101 11110111 100010 10111 0 11 11011101 1010100 1010000

Color Harmonies of #A3BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDF7

Black with #A3BDF7

Text Example


Text Example

White with #A3BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDF7; }

 p { color: rgb(163,189,247); }

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

background-color css

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

 a { background-color: rgb(163,189,247); }

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

border-color css

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

 span { border-color: rgb(163,189,247); }

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