Html Css Color HEX #AF1EDA Dark Orchid

📋 copy color: '#AF1EDA'

red 175 ◦ green 30 ◦ blue 218

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

Shades of Dark Orchid #AF1EDA

Tints of Dark Orchid #AF1EDA

RGB

 RED value IS 175 (68.75% from 255) = 41.37%

 GREEN value IS 30 (12.11% from 255) = 7.09%

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 41.37%
G = 7.09%
B = 51.54%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF1EDA (or 0xAF1EDA) is known color: Dark Orchid. HEX triplet: AF, 1E and DA. RGB value is (175,30,218). Sum of RGB (Red+Green+Blue) = 175+30+218=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1EDA is #50E125. Grayscale: #5E5E5E. Windows color (decimal): -5300518 or 14294703. OLE color: 14294703.

HSL color Cylindrical-coordinate representation of color #AF1EDA: hue angle of 286.28º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1EDA is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 30 218 -
CMYK 0.20 0.86 0 0.15
HSL 286.28º 0.76% 0.49% -
HSV(B) 286.28º 0.86% 0.85% -
XYZ 30.8 15.1 67.62 -
YUV 94.79 197.54 185.21 -
System Red Green Blue C M Y K H S L
Decimal 175 30 218 0.20 0.86 0 0.15 286.28 0.76 0.49
Hex AF 1E DA 14 56 0 F 11E 4C 31
Octal 257 36 332 24 126 0 17 436 114 61
Binary 10101111 11110 11011010 10100 1010110 0 1111 100011110 1001100 110001

Color Harmonies of #AF1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EDA

Black with #AF1EDA

Text Example


Text Example

White with #AF1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EDA; }

 p { color: rgb(175,30,218); }

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

background-color css

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

 a { background-color: rgb(175,30,218); }

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

border-color css

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

 span { border-color: rgb(175,30,218); }

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