Html Css Color HEX #AF1BCE Dark Orchid

📋 copy color: '#AF1BCE'

red 175 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #AF1BCE

Tints of Dark Orchid #AF1BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.62%

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 42.89%
G = 6.62%
B = 50.49%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF1BCE (or 0xAF1BCE) is known color: Dark Orchid. HEX triplet: AF, 1B and CE. RGB value is (175,27,206). Sum of RGB (Red+Green+Blue) = 175+27+206=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF1BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BCE is #50E431. Grayscale: #5B5B5B. Windows color (decimal): -5301298 or 13507503. OLE color: 13507503.

HSL color Cylindrical-coordinate representation of color #AF1BCE: hue angle of 289.61º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1BCE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 27 206 -
CMYK 0.15 0.87 0 0.19
HSL 289.61º 0.77% 0.46% -
HSV(B) 289.61º 0.87% 0.81% -
XYZ 29.21 14.35 59.62 -
YUV 91.66 192.53 187.45 -
System Red Green Blue C M Y K H S L
Decimal 175 27 206 0.15 0.87 0 0.19 289.61 0.77 0.46
Hex AF 1B CE F 57 0 13 122 4D 2E
Octal 257 33 316 17 127 0 23 442 115 56
Binary 10101111 11011 11001110 1111 1010111 0 10011 100100010 1001101 101110

Color Harmonies of #AF1BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BCE

Black with #AF1BCE

Text Example


Text Example

White with #AF1BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BCE; }

 p { color: rgb(175,27,206); }

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

background-color css

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

 a { background-color: rgb(175,27,206); }

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

border-color css

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

 span { border-color: rgb(175,27,206); }

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