Html Css Color HEX #A8ACEE Perano

📋 copy color: '#A8ACEE'

red 168 ◦ green 172 ◦ blue 238

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

Shades of Perano #A8ACEE

Tints of Perano #A8ACEE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.76%

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 29.07%
G = 29.76%
B = 41.18%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8ACEE (or 0xA8ACEE) is known color: Perano. HEX triplet: A8, AC and EE. RGB value is (168,172,238). Sum of RGB (Red+Green+Blue) = 168+172+238=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8ACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ACEE is #575311. Grayscale: #B2B2B2. Windows color (decimal): -5722898 or 15641768. OLE color: 15641768.

HSL color Cylindrical-coordinate representation of color #A8ACEE: hue angle of 236.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ACEE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 172 238 -
CMYK 0.29 0.28 0 0.07
HSL 236.57º 0.67% 0.8% -
HSV(B) 236.57º 0.29% 0.93% -
XYZ 46.33 44 86.94 -
YUV 178.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 168 172 238 0.29 0.28 0 0.07 236.57 0.67 0.8
Hex A8 AC EE 1D 1C 0 7 ED 43 50
Octal 250 254 356 35 34 0 7 355 103 120
Binary 10101000 10101100 11101110 11101 11100 0 111 11101101 1000011 1010000

Color Harmonies of #A8ACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ACEE

Black with #A8ACEE

Text Example


Text Example

White with #A8ACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ACEE; }

 p { color: rgb(168,172,238); }

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

background-color css

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

 a { background-color: rgb(168,172,238); }

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

border-color css

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

 span { border-color: rgb(168,172,238); }

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