Html Css Color HEX #A3ABE5 Perano

📋 copy color: '#A3ABE5'

red 163 ◦ green 171 ◦ blue 229

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

Shades of Perano #A3ABE5

Tints of Perano #A3ABE5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.37%

 BLUE value IS 229 (89.84% from 255) = 40.67%

R = 28.95%
G = 30.37%
B = 40.67%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A3ABE5 (or 0xA3ABE5) is known color: Perano. HEX triplet: A3, AB and E5. RGB value is (163,171,229). Sum of RGB (Red+Green+Blue) = 163+171+229=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3ABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ABE5 is #5C541A. Grayscale: #AEAEAE. Windows color (decimal): -6050843 or 15051683. OLE color: 15051683.

HSL color Cylindrical-coordinate representation of color #A3ABE5: hue angle of 232.73º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3ABE5 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 171 229 -
CMYK 0.29 0.25 0 0.10
HSL 232.73º 0.56% 0.77% -
HSV(B) 232.73º 0.29% 0.9% -
XYZ 43.81 42.57 80.04 -
YUV 175.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 163 171 229 0.29 0.25 0 0.10 232.73 0.56 0.77
Hex A3 AB E5 1D 19 0 A E9 38 4D
Octal 243 253 345 35 31 0 12 351 70 115
Binary 10100011 10101011 11100101 11101 11001 0 1010 11101001 111000 1001101

Color Harmonies of #A3ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ABE5

Black with #A3ABE5

Text Example


Text Example

White with #A3ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ABE5; }

 p { color: rgb(163,171,229); }

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

background-color css

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

 a { background-color: rgb(163,171,229); }

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

border-color css

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

 span { border-color: rgb(163,171,229); }

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