Html Css Color HEX #A634E7 Dark Orchid

📋 copy color: '#A634E7'

red 166 ◦ green 52 ◦ blue 231

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

Shades of Dark Orchid #A634E7

Tints of Dark Orchid #A634E7

RGB

 RED value IS 166 (65.23% from 255) = 36.97%

 GREEN value IS 52 (20.7% from 255) = 11.58%

 BLUE value IS 231 (90.63% from 255) = 51.45%

R = 36.97%
G = 11.58%
B = 51.45%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A634E7 (or 0xA634E7) is known color: Dark Orchid. HEX triplet: A6, 34 and E7. RGB value is (166,52,231). Sum of RGB (Red+Green+Blue) = 166+52+231=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #A634E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A634E7 is #59CB18. Grayscale: #696969. Windows color (decimal): -5884697 or 15152294. OLE color: 15152294.

HSL color Cylindrical-coordinate representation of color #A634E7: hue angle of 278.21º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A634E7 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 52 231 -
CMYK 0.28 0.77 0 0.09
HSL 278.21º 0.79% 0.55% -
HSV(B) 278.21º 0.77% 0.91% -
XYZ 31.38 16.33 77.1 -
YUV 106.49 198.27 170.45 -
System Red Green Blue C M Y K H S L
Decimal 166 52 231 0.28 0.77 0 0.09 278.21 0.79 0.55
Hex A6 34 E7 1C 4D 0 9 116 4F 37
Octal 246 64 347 34 115 0 11 426 117 67
Binary 10100110 110100 11100111 11100 1001101 0 1001 100010110 1001111 110111

Color Harmonies of #A634E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634E7

Black with #A634E7

Text Example


Text Example

White with #A634E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634E7; }

 p { color: rgb(166,52,231); }

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

background-color css

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

 a { background-color: rgb(166,52,231); }

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

border-color css

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

 span { border-color: rgb(166,52,231); }

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