Html Css Color HEX #A4B0E6 Perano

📋 copy color: '#A4B0E6'

red 164 ◦ green 176 ◦ blue 230

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

Shades of Perano #A4B0E6

Tints of Perano #A4B0E6

RGB

 RED value IS 164 (64.45% from 255) = 28.77%

 GREEN value IS 176 (69.14% from 255) = 30.88%

 BLUE value IS 230 (90.23% from 255) = 40.35%

R = 28.77%
G = 30.88%
B = 40.35%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A4B0E6 (or 0xA4B0E6) is known color: Perano. HEX triplet: A4, B0 and E6. RGB value is (164,176,230). Sum of RGB (Red+Green+Blue) = 164+176+230=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4B0E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B0E6 is #5B4F19. Grayscale: #B2B2B2. Windows color (decimal): -5984026 or 15118500. OLE color: 15118500.

HSL color Cylindrical-coordinate representation of color #A4B0E6: hue angle of 229.09º degrees, saturation: 0.57, 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 #A4B0E6 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 176 230 -
CMYK 0.29 0.23 0 0.10
HSL 229.09º 0.57% 0.77% -
HSV(B) 229.09º 0.29% 0.9% -
XYZ 45.12 44.66 81.1 -
YUV 178.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 164 176 230 0.29 0.23 0 0.10 229.09 0.57 0.77
Hex A4 B0 E6 1D 17 0 A E5 39 4D
Octal 244 260 346 35 27 0 12 345 71 115
Binary 10100100 10110000 11100110 11101 10111 0 1010 11100101 111001 1001101

Color Harmonies of #A4B0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B0E6

Black with #A4B0E6

Text Example


Text Example

White with #A4B0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B0E6; }

 p { color: rgb(164,176,230); }

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

background-color css

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

 a { background-color: rgb(164,176,230); }

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

border-color css

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

 span { border-color: rgb(164,176,230); }

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