Html Css Color HEX #A4ADF6 Perano

📋 copy color: '#A4ADF6'

red 164 ◦ green 173 ◦ blue 246

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

Shades of Perano #A4ADF6

Tints of Perano #A4ADF6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.67%

 BLUE value IS 246 (96.48% from 255) = 42.2%

R = 28.13%
G = 29.67%
B = 42.2%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A4ADF6 (or 0xA4ADF6) is known color: Perano. HEX triplet: A4, AD and F6. RGB value is (164,173,246). Sum of RGB (Red+Green+Blue) = 164+173+246=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #A4ADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ADF6 is #5B5209. Grayscale: #B2B2B2. Windows color (decimal): -5984778 or 16166308. OLE color: 16166308.

HSL color Cylindrical-coordinate representation of color #A4ADF6: hue angle of 233.41º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4ADF6 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 173 246 -
CMYK 0.33 0.30 0 0.04
HSL 233.41º 0.82% 0.8% -
HSV(B) 233.41º 0.33% 0.96% -
XYZ 46.89 44.43 93.29 -
YUV 178.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 164 173 246 0.33 0.30 0 0.04 233.41 0.82 0.8
Hex A4 AD F6 21 1E 0 4 E9 52 50
Octal 244 255 366 41 36 0 4 351 122 120
Binary 10100100 10101101 11110110 100001 11110 0 100 11101001 1010010 1010000

Color Harmonies of #A4ADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ADF6

Black with #A4ADF6

Text Example


Text Example

White with #A4ADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ADF6; }

 p { color: rgb(164,173,246); }

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

background-color css

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

 a { background-color: rgb(164,173,246); }

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

border-color css

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

 span { border-color: rgb(164,173,246); }

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